Ejemplo n.º 1
0
 public static long get_int64_le(LuaBytes bytes, int offset)
 {
     return(bytes.GetLongLittle(offset - 1));
 }
Ejemplo n.º 2
0
 public static long get_int64_le(LuaBytes bytes, int offset)
 {
     return bytes.GetLongLittle(offset - 1);
 }