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