コード例 #1
0
ファイル: Lua.cs プロジェクト: LJarvinen/GameHaxr
 public int Execute(string luaCode)
 {
     return(luaCore.Execute(luaCode));
 }