feat: add more info to target panel
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Client.Domain.Entities
|
||||
{
|
||||
private FullName fullName;
|
||||
private Phenotype phenotype;
|
||||
private VitalStats vitalStats = new VitalStats(0, 0, 0, 0, 0, 0);
|
||||
|
||||
public uint Id { get; set; }
|
||||
public Transform Transform { get; set; }
|
||||
@@ -58,6 +59,8 @@ namespace Client.Domain.Entities
|
||||
}
|
||||
}
|
||||
|
||||
public VitalStats VitalStats { get => vitalStats; set => vitalStats = value; }
|
||||
|
||||
public Player(uint id, Transform transform, FullName fullName, Phenotype phenotype)
|
||||
{
|
||||
Id = id;
|
||||
|
Reference in New Issue
Block a user