using Robust.Shared.Serialization; namespace Content.Shared.Atmos { [Serializable, NetSerializable] public enum FireVisuals { OnFire, FireStacks, } }