Example #1
0
 public bool CheckForKillablePlayer(EnemyType enemyType)
 {
     return(playerService.CheckForKillablePlayer(enemyType));
 }