예제 #1
0
 public static int get_int16_be(LuaBytes bytes, int offset)
 {
     return(bytes.GetShortBig(offset - 1));
 }
예제 #2
0
 public static int get_int16_be(LuaBytes bytes, int offset)
 {
     return bytes.GetShortBig(offset - 1);
 }