Added: ErrorType enum

This commit is contained in:
rubenpirreram
2026-05-26 18:05:05 +02:00
parent 68be7feff7
commit 57cce94908
@@ -0,0 +1,5 @@
package it.polimi.ingsw.gc14;
public enum ErrorType {
USERNAME_ALREADY_EXISTS,WRONG_PLAYER_NUMBER,WRONG_GAME_ACTION,SERVER_CRASHED
}