Ejemplo n.º 1
0
 public static string get_string(LuaBytes bytes, int offset, int len)
 {
     return(bytes.GetString(offset - 1, len));
 }
Ejemplo n.º 2
0
 public static string get_string(LuaBytes bytes, int offset, int len)
 {
     return bytes.GetString(offset - 1, len);
 }