Add Advanced and Elite Enemy prefabs; adjust attributes and implement projectile behavior
This commit is contained in:
@@ -33,6 +33,8 @@ namespace AI
|
||||
|
||||
private void SetTarget()
|
||||
{
|
||||
if (!GameManager.Instance.Player) return;
|
||||
|
||||
target = GameManager.Instance.Player.transform;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user