following
This commit is contained in:
parent
fd8778e9f2
commit
b7562d53ae
4 changed files with 20 additions and 57 deletions
|
|
@ -14,7 +14,6 @@ public class Enemy : Entity
|
|||
[ContextMenu("ForceTurn")]
|
||||
public void StartTurn()
|
||||
{
|
||||
//attack the nearest player?
|
||||
TurnHandler.instance.UpdateTurns();
|
||||
closestPlayer = FindClosestPlayer();
|
||||
Debug.Log(closestPlayer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue