Esempio n. 1
0
 internal static IntPtr LuaNewUserData(IntPtr luaState, uint size)
 {
     return(LuaInterop.LuaNewUserData(luaState, size));
 }