Exemple #1
0
 public static void PushHandle(this IntPtr L, IntPtr handle)
 {
     XLLuaRuntime.lua_pushlightuserdata(L, handle);
 }