예제 #1
0
        public static void DecodeCharacterData(Character character, InPacket packet)
        {
            packet.ReadShort();

            for (int i = 0; i < 3; i++)
            {
                uint damageSeed = packet.ReadUInt();
            }

            ulong flags = packet.ReadULong();
        }