feat: created RoleEnum according to standard

This commit is contained in:
Yannik Bretschneider 2021-04-30 19:40:50 +02:00
parent bff0ad44e1
commit 78b5d9d4cf
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package uulm.teamname.marvelous.gamelibrary.json.basic;
/** Enum containing the basic roles as defined by the network standard */
public enum RoleEnum {
PLAYER,
KI,
SPECTATOR,
}