Exemplo n.º 1
0
 public static void lua_pushunsigned(LuaState state, uint unsigned)
 {
     LuaNativeBinding.lua_pushunsigned(state, unsigned);
 }