namespace Sand.Core; public interface IParticleLibrary { IReadOnlyList Definitions { get; } ushort GetTypeId(string id); ParticleDef GetDefinition(ushort typeId); }