LSEntitySystemAttribute.cs 170 B

123456789
  1. using System;
  2. namespace ET
  3. {
  4. [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
  5. public class LSEntitySystemAttribute: BaseAttribute
  6. {
  7. }
  8. }