key mapping to eject units

This commit is contained in:
devZoGok
2023-12-09 12:21:18 +02:00
parent 68a083172a
commit 1bbf4dc40e
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ namespace battleship{
ENABLE_Z_AXIS,
CREATE_WATERBODY,
GENERATE_WEIGHTS,
TOGGLE_CELL_MARKERS
TOGGLE_CELL_MARKERS,
EJECT_GARRISON
};
}