コード例 #1
0
ファイル: LuaState.cs プロジェクト: liyubin724/DotGameLib
 public void GetTable(int index)
 {
     LuaAPI.lua_gettable(this.luaPtr, index);
 }