ObjectSystemAttribute.cs 182 B

123456789
  1. using System;
  2. namespace Fort23.Core
  3. {
  4. [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
  5. public class ObjectSystemAttribute: SystemBaseAttribute
  6. {
  7. }
  8. }