Rework game over logic and game initialization
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
public interface IExperiencePointsComponent
|
||||
public interface IExperiencePointsComponent : IEntityComponent
|
||||
{
|
||||
public IAutoProp<int> CurrentExp { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user