This commit is contained in:
Фёдор Веселов 2024-10-03 00:25:57 +05:00
commit 8fdc2a3ed9
7 changed files with 127 additions and 1 deletions

View file

@ -11,7 +11,7 @@ public partial class RuntimePlantData : Node2D, IEntity
{
[Export]
private int _maxHP;
private int _hp;
[Export]private int _hp;
public int Hp => _hp;
public int MaxHp => _maxHP;
public int Line {get; set;}