(RealStatePtr L, int top)
| 221 | |
| 222 | #if GEN_CODE_MINIMIZE |
| 223 | public static int DelegateRemove(RealStatePtr L, int top) |
| 224 | #else |
| 225 | [MonoPInvokeCallback(typeof(LuaCSFunction))] |
| 226 | public static int DelegateRemove(RealStatePtr L) |
nothing calls this directly
no test coverage detected