using System; namespace IgniteEngine.IO { /// /// Attribute that marks the identity of an SHN file. /// [AttributeUsage(AttributeTargets.Property)] public class Identity : Attribute { } }