예제 #1
0
        public static void ReadCreativeInventoryAction(Client client, PacketReader reader)
        {
            CreativeInventoryActionPacket ci = new CreativeInventoryActionPacket();

            ci.Read(reader);

            if (!reader.Failed)
            {
                Client.HandlePacketCreativeInventoryAction(client, ci);
            }
        }