Exemplo n.º 1
0
 protected override void Start()
 {
     anim     = GetComponent <Animator>();
     _manager = GameObject.FindWithTag("Manager").GetComponent <HaraManager>();
     _block   = GameObject.FindWithTag("Block").GetComponent <Tilemap>();
     base.Start();
 }
Exemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     _manager  = GameObject.FindWithTag("Manager").GetComponent <HaraManager>();
     MoveChack = true;
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 protected virtual void Start()
 {
     _manager   = GameObject.FindWithTag("Manager").GetComponent <HaraManager>();
     _playerObj = GameObject.FindWithTag("Player");
 }