예제 #1
0
 public static void LuaGetTable(LuaState luaState, int index)
 {
     LuaCore.LuaGetTable(luaState, index);
 }