IsOnlyReadAttribute.cs 356 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace CyberX8_Core.Attributes
  7. {
  8. public class IsOnlyReadAttribute:Attribute
  9. {
  10. }
  11. public class IsCanConfigIgnore : Attribute
  12. {
  13. }
  14. public class IsTolerance : Attribute
  15. {
  16. }
  17. }