using System; namespace ET { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class LSEntitySystemAttribute: SystemAttribute { } }