Fix spawn heights and debug menu enemy spawning
This commit is contained in:
@@ -15,4 +15,6 @@ public interface IDefenseComponent : IEntityComponent
|
||||
public void SetDefense(int attack);
|
||||
|
||||
public void RaiseMaximumDefense(int raiseAmount);
|
||||
|
||||
public void LowerMaximumDefense(int lowerAmount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user