Add GameHud component to display player stats; include experience, coins, round time left, and health
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Systems
|
||||
public float RoundTime => roundTime;
|
||||
public int MaxRounds => maxRounds;
|
||||
public bool StoreIsClosed { get; set; } = true;
|
||||
public float RoundTimeLeft => Mathf.Max(0, timer);
|
||||
|
||||
public event Action<int> OnRoundStart;
|
||||
public event Action<int> OnRoundEnd;
|
||||
|
Reference in New Issue
Block a user