namespace Shared.Packet;
public enum PacketType {
Unknown,
Player,
Cap,
Game,
Tag,
Connect,
Disconnect,
Costume,
Shine,
Capture,
Command
}