namespace Sand.Core; public enum ParticleBehaviorKind : byte { None = 0, Fire = 1, BurningWood = 2, Ember = 3, Plasma = 4, }