Merge branch 'refactoring' of https://github.com/Pax1601/DCSOlympus into refactoring

This commit is contained in:
Davide Passoni
2024-11-07 10:05:32 +01:00
6 changed files with 184 additions and 207 deletions

View File

@@ -259,6 +259,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 {