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