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