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

9 lines
118 B
C#

namespace Zennysoft.Ma;
public interface ISigilComponent
{
ISigil Sigil { get; set; }
public void Reset();
}