Example #1
0
 public int Execute(string luaCode)
 {
     return(luaCore.Execute(luaCode));
 }