MCPcopy Create free account
hub / github.com/Tencent/xLua / GenClass

Class GenClass

Test/UnitTest/xLuaTest/CSharpCallLua/TCForTestCSCallLua.cs:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32public static class GenClass
33{
34 [CSharpCallLua]
35 public static List<Type> mymodule_lua_call_cs_list = new List<Type>()
36 {
37 typeof(System.Action),
38 };
39}
40
41public struct Pedding
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected