public void Start() { _testModal = new TestModalWindow(); _visual = _waypoints.GetComponent <VisualConnections>(); modalPanel = ModalPanel.Instance(); displayManager = DisplayManager.Instance(); }
void Start() { _scriptPlayer = _player.GetComponent <PlayerMovement>(); _scriptWaypoints = _waypoints.GetComponent <Waypoints>(); _scriptVisual = _waypoints.GetComponent <VisualConnections>(); }
public void Start() { _visual = _waypoints.GetComponent <VisualConnections>(); }