예제 #1
0
 public static int LuaLLoadString(LuaState luaState, byte[] chunk)
 {
     return(LuaCore.LuaLLoadString(luaState, chunk));
 }