using System; namespace Server.Core { [AttributeUsage(AttributeTargets.Class)] public class BaseAttribute : Attribute { } }