Add attribute system with core stats and gameplay components
This commit is contained in:
7
GameCore/Player/PlayerComponent.cs
Normal file
7
GameCore/Player/PlayerComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using GameCore.ECS.Interfaces;
|
||||
|
||||
namespace GameCore.Player;
|
||||
|
||||
public class PlayerComponent : IComponent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user