コード例 #1
0
ファイル: LuaState.cs プロジェクト: iuvei/hzmj_client
 public int GetTop()
 {
     return(LuaAPI.lua_gettop(this.m_lua));
 }