Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Components/IEntityComponent.cs

7 lines
97 B
C#

namespace Zennysoft.Ma.Adapter;
public interface IEntityComponent
{
public void Reset();
}