예제 #1
0
파일: Lua.cs 프로젝트: LJarvinen/GameHaxr
 public bool Bool(string luaConditons)
 {
     return(luaCore.Bool(luaConditons));
 }