IADS split out from SimManager

IADS handles the threattable and assigning targets
IADS now implements batched threat assignments
This commit is contained in:
Daniel Lovell
2024-10-01 19:10:47 -07:00
parent 2d97112e51
commit 0c7d69d632
5 changed files with 306 additions and 98 deletions

View File

@@ -48,6 +48,6 @@ public class Hydra70 : Interceptor {
}
break;
}
SimManager.Instance.AssignInterceptorsToThreats(submunitions);
IADS.Instance.RequestThreatAssignment(submunitions);
}
}