Wave of item effects and implementation
This commit is contained in:
@@ -20,5 +20,9 @@ public interface IExperiencePointsComponent : IEntityComponent
|
||||
|
||||
public void LevelUp();
|
||||
|
||||
public void LevelDown();
|
||||
|
||||
public event Action PlayerLevelUp;
|
||||
|
||||
public event Action PlayerLevelDown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user