package common.messages;
/**
* Enumerated Type - Specifies all the types of messages that exist
* within Sphereority.
*/
public enum MessageType {
PlayerMotion,MapChange,ScoreUpdate,HealthUpdate,Chat,
Death, Login, PlayerJoin, PlayerLeave, MulticastGroup, Projectile, Undefined
}