Exemplo n.º 1
0
 public void Init(Player.Entity target)
 {
     _target = target;
     _chaseTimer.Start();
 }
Exemplo n.º 2
0
 public void Init(Player.Entity target)
 {
     Speed   = 0;
     _player = target;
 }
Exemplo n.º 3
0
 public void Init(Player.Entity target)
 {
     _player = target;
 }
Exemplo n.º 4
0
 public void Init(Player.Entity target)
 {
 }
Exemplo n.º 5
0
 public void Init(Player.Entity target)
 {
     _target = target;
     GetNode <Timer>("ChaseTimer").Start();
     GetNode <Timer>("ChaseTimer").WaitTime = (float)(_random.NextDouble() * (4.5 - 2.5) + 2.5);
 }