using System; namespace IgniteEngine.IO { /// /// Attributes that marks the definition of a file. /// [AttributeUsage(AttributeTargets.Class)] public class Definition : Attribute { } }