Reimplemented changes before merge

This commit is contained in:
Pax1601
2024-11-06 20:12:41 +01:00
parent 6d551c51eb
commit 2530d6dd78
6 changed files with 184 additions and 207 deletions

View File

@@ -253,6 +253,10 @@ export const NO_SUBSTATE = "No substate";
export enum UnitControlSubState {
NO_SUBSTATE = "No substate",
FORMATION = "Formation",
PROTECTION = "Protection",
MAP_CONTEXT_MENU = "Map context menu",
UNIT_CONTEXT_MENU = "Unit context menu",
UNIT_EXPLOSION_MENU = "Unit explosion menu"
}
export enum DrawSubState {