6 lines
99 B
C#
6 lines
99 B
C#
using Scellecs.Morpeh;
|
|
|
|
public struct HealthComponent : IComponent
|
|
{
|
|
public int HealthPoints;
|
|
} |