using System; namespace XCEngine { [AttributeUsage(AttributeTargets.Field, Inherited = true)] public sealed class SerializeField : Attribute { } }