Esempio n. 1
0
 public bool AttackingNextBeat()
 {
     return(_baseEnemy.IsAttackingNextBeat(_timeManager.CurrentBeat));
 }