mirror of
https://github.com/ryzij/Cube-Tower-Defense.git
synced 2026-07-14 01:56:57 +00:00
Теперь башня стреляет в первую очеред по ближайшему к дому врагу
This commit is contained in:
@@ -39,6 +39,8 @@ public class Enemy : MonoBehaviour
|
||||
get => _pathService;
|
||||
set => _pathService = value;
|
||||
}
|
||||
|
||||
public int PathLenght => _path?.Count ?? -1;
|
||||
|
||||
public float Health
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user