示例#1
0
文件: Lua.cs 项目: LJarvinen/GameHaxr
 public bool Bool(string luaConditons)
 {
     return(luaCore.Bool(luaConditons));
 }