123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CyberX8_Core.Attributes
- {
- public class IsOnlyReadAttribute:Attribute
- {
- }
- public class IsCanConfigIgnore : Attribute
- {
-
- }
- public class IsTolerance : Attribute
- {
- }
- }
|