生成CSharp调用Lua,加这标签 [AttributeUsage(AttributeTargets.Delegate | AttributeTargets.Interface)]
| 38 | //生成CSharp调用Lua,加这标签 |
| 39 | //[AttributeUsage(AttributeTargets.Delegate | AttributeTargets.Interface)] |
| 40 | public class CSharpCallLuaAttribute : Attribute |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | //如果某属性、方法不需要生成,加这个标签 |
| 45 | public class BlackListAttribute : Attribute |
nothing calls this directly
no outgoing calls
no test coverage detected