Beispiel #1
0
 protected virtual void Update()
 {
     if (_currentEnemyAI != null)
     {
         _currentEnemyAI.UpdateState(_enemyProperty);
     }
 }