Fixed tab order in installer

This commit is contained in:
Pax1601
2023-12-03 21:30:16 +01:00
parent e30f161d1d
commit f56bd514dc
2 changed files with 5 additions and 5 deletions

View File

@@ -2232,7 +2232,7 @@ declare module "unit/unitsmanager" {
* @param units (Optional) Array of units to apply the control to. If not provided, the operation will be completed on all selected units.
*/
scenicAAA(units?: Unit[] | null): void;
/** Instruct units to enter into miss on purpose mode. Units will aim to the nearest enemy unit but not precisely.
/** Instruct units to enter into dynamic accuracy/miss on purpose mode. Units will aim to the nearest enemy unit but not precisely.
* @param units (Optional) Array of units to apply the control to. If not provided, the operation will be completed on all selected units.
*/
missOnPurpose(units?: Unit[] | null): void;