Пример #1
0
 public static int get_int32_le(LuaBytes bytes, int offset)
 {
     return(bytes.GetIntLittle(offset - 1));
 }
Пример #2
0
 public static int get_int32_le(LuaBytes bytes, int offset)
 {
     return bytes.GetIntLittle(offset - 1);
 }