Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Equipment/IAugmentType.cs
2026-02-13 15:59:10 -08:00

7 lines
71 B
C#

public interface IAugmentType
{
void Apply();
void Remove();
}