示例#1
0
        public static void ReadInfo(ReceivePacket p)
        {
            int num = (int)p.readC();

            p.Advance(33 * num);
        }
示例#2
0
 public static void ReadInfo(ReceivePacket p)
 {
     p.Advance(8);
 }
示例#3
0
        public static void ReadInfo(ReceivePacket p)
        {
            int objsCount = p.readC();

            p.Advance(33 * objsCount);
        }
        public static void ReadInfo(ReceivePacket p)
        {
            int count = p.readC();

            p.Advance(13 * count);
        }