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