too many if statements
This commit is contained in:
parent
533f137c48
commit
17b1a1e367
7 changed files with 55 additions and 20 deletions
|
|
@ -2,6 +2,7 @@ using UnityEngine;
|
|||
|
||||
public class Enemy : Entity
|
||||
{
|
||||
[Header("Enemy Stats")]
|
||||
public int turnSpeed;
|
||||
public float minimumAttackRange;
|
||||
private PlayerEntity closestPlayer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue