namespace Robust.Shared.Serialization.Manager.Definition { public enum InheritanceBehavior : byte { Default = 0, Always = 1, Never = 2 } }