Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Item/IAugmentItem.cs
Zenny 230b47061d Add item spawn menu
Fix game over bug
Start adding more implementation for jewels
2026-02-11 15:25:20 -08:00

8 lines
116 B
C#

namespace Zennysoft.Ma.Adapter
{
public interface IAugmentItem
{
public JewelTags Augment { get; }
}
}