Ejemplo n.º 1
0
 private void Awake()
 {
     _inGameManager = GameObject.FindWithTag("LevelHandler").GetComponent <InGameManager>();
     lerpManager    = _inGameManager.GetComponent <LevelPoints>();
 }