namespace MoleMole { public enum PacketStatus { PACKET_CORRECT = 1, PACKET_NOT_COMPLETE = 2, PACKET_NOT_CORRECT = 3 } }