Legger til en enum for ulike roboter

This commit is contained in:
Kristian Knarvik 2020-02-22 23:12:51 +01:00
parent ce21e368b5
commit 248b842536

View File

@ -0,0 +1,15 @@
package inf112.fiasko.roborally.element_properties;
/**
* This class represents an id for marking specific robots
*/
public enum RobotID {
ROBOT_1,
ROBOT_2,
ROBOT_3,
ROBOT_4,
ROBOT_5,
ROBOT_6,
ROBOT_7,
ROBOT_8
}