Added: ErrorType enum
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package it.polimi.ingsw.gc14;
|
||||
|
||||
public enum ErrorType {
|
||||
USERNAME_ALREADY_EXISTS,WRONG_PLAYER_NUMBER,WRONG_GAME_ACTION,SERVER_CRASHED
|
||||
}
|
||||
Reference in New Issue
Block a user