Gjenoppretter elementer fjernet under opprydding

This commit is contained in:
2020-02-26 09:17:06 +01:00
parent 620625f31f
commit c8179b8e27
3 changed files with 49 additions and 2 deletions

View File

@ -0,0 +1,14 @@
package inf112.fiasko.roborally.element_properties;
/**
* This enum represents an action on a programming card
*/
public enum Action {
ROTATE_RIGHT,
ROTATE_LEFT,
U_TURN,
MOVE_1,
MOVE_2,
MOVE_3,
BACK_UP
}