Example #1
0
 private void Awake()
 {
     stellar    = GameObject.FindWithTag("Stellar").GetComponent <MeepController>();
     playerPawn = GameObject.FindWithTag("Player").GetComponent <PlayerController>();
 }