case 2202:
{
ArsenalInscribitionList list = new ArsenalInscribitionList();
client.Send(list.Build(packet, client.Entity.Guild));
break;
}
case 2203:
{
client.Entity.Guild.Arsenal.Update(client.Entity.G uild);
client.Send(client.Entity.Guild.A_Packet);
#region Handle
client.Send(packet);
byte pType = packet[4];
byte i_type = packet[8];
uint i_Uid = BitConverter.ToUInt32(packet, 12);
switch (pType)
{
I got error on the red part
can you help me about this please.....
and here is the image error in console






