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