| 30 | |
| 31 | |
| 32 | public 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 | |
| 41 | public struct Pedding |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected