Wave of item effects and implementation
This commit is contained in:
@@ -22,4 +22,6 @@ public interface IHealthComponent : IEntityComponent
|
||||
public void SetMaximumHealth(int health);
|
||||
|
||||
public void RaiseMaximumHP(int raiseAmount, bool restoreHP = false);
|
||||
|
||||
public void LowerMaximumHP(int lowerAmount);
|
||||
}
|
||||
Reference in New Issue
Block a user