initial commit
This commit is contained in:
6
Components/HealthComponent.cs
Normal file
6
Components/HealthComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
public struct HealthComponent : IComponent
|
||||
{
|
||||
public int HealthPoints;
|
||||
}
|
||||
Reference in New Issue
Block a user