basic tests for a wider variety of files
This commit is contained in:
@@ -5,11 +5,11 @@ using Movementtests.interfaces;
|
||||
[GlobalClass, Icon("res://assets/ui/IconGodotNode/white/icon_heart.png")]
|
||||
public partial class CHealth : Node, IHealthable
|
||||
{
|
||||
public event Action<IHealthable, HealthChangedRecord> HealthChanged;
|
||||
public event Action<IHealthable> HealthDepleted;
|
||||
public event Action<IHealthable, HealthChangedRecord> HealthChanged = null!;
|
||||
public event Action<IHealthable> HealthDepleted = null!;
|
||||
|
||||
[Export]
|
||||
public RHealth RHealth { get; set; }
|
||||
public RHealth RHealth { get; set; } = null!;
|
||||
|
||||
public float CurrentHealth { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user