feat: refactoring && walls
This commit is contained in:
8
Components/Player/HealthComponent.cs
Normal file
8
Components/Player/HealthComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
namespace BakeryGame.Components.Player;
|
||||
|
||||
public struct HealthComponent : IComponent
|
||||
{
|
||||
public int HealthPoints;
|
||||
}
|
||||
Reference in New Issue
Block a user