Exemple #1
0
 private void AcquireTargetLock()
 {
     Selection.ThisShip   = TargetShip;
     Selection.ActiveShip = TargetShip;
     Phases.CancelScheduledFinish(typeof(SelectTargetLockSubPhase));
     Phases.StartTemporarySubPhase("Select target for Target Lock", typeof(SelectTargetLockSubPhase));
 }