binds to choose between unit states

This commit is contained in:
devZoGok
2024-02-16 15:22:54 +02:00
parent 2948be04ee
commit 8bc9961359
5 changed files with 38 additions and 1 deletions
+4 -1
View File
@@ -50,7 +50,10 @@ namespace battleship{
CREATE_WATERBODY,
GENERATE_WEIGHTS,
TOGGLE_CELL_MARKERS,
EJECT_GARRISON
EJECT_GARRISON,
ENABLE_CHASE_STATE,
ENABLE_STAND_GROUND_STATE,
ENABLE_HOLD_FIRE_STATE
};
}