using System; namespace Fort23.Core { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class ObjectSystemAttribute: SystemBaseAttribute { } }