feat: created RoleEnum according to standard
This commit is contained in:
parent
bff0ad44e1
commit
78b5d9d4cf
@ -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,
|
||||
}
|
Loading…
Reference in New Issue
Block a user