mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til en enum for ulike roboter
This commit is contained in:
parent
ce21e368b5
commit
248b842536
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user