void Awake() { _pathManager = GetComponent <PathManager>(); }
public PathManager() { _instance = this; }