Add attribute system with core stats and gameplay components
This commit is contained in:
6
GameCore/Events/Interfaces/IEvent.cs
Normal file
6
GameCore/Events/Interfaces/IEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace GameCore.Events.Interfaces;
|
||||
|
||||
public interface IEvent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user