using System; namespace DFEngine.IO { [AttributeUsage(AttributeTargets.Property)] public class Identity : Attribute { } }