예제 #1
0
 private void InitializeNavigator() {
     _navigator = new FleetNavigator(this, gameObject.GetSafeComponent<Seeker>());
 }
예제 #2
0
 private void InitializeNavigator() {
     _navigator = new FleetNavigator(this, gameObject.GetSafeMonoBehaviour<Seeker>());
 }
예제 #3
0
 private void InitializeAutoPilot() {
     ShipNavigator = new FleetNavigator(this, gameObject.GetSafeMonoBehaviour<Seeker>());
     ShipNavigator.onDestinationReached += OnDestinationReached;
 }