basic forge setup and refactored for some warning
This commit is contained in:
@@ -10,7 +10,7 @@ public interface IHealthable
|
||||
event Action<IHealthable, HealthChangedRecord> HealthChanged;
|
||||
event Action<IHealthable> HealthDepleted;
|
||||
|
||||
[Export] RHealth RHealth { get; set; }
|
||||
[Export] RHealth? RHealth { get; set; }
|
||||
|
||||
float CurrentHealth { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user