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