Add item spawn menu
Fix game over bug Start adding more implementation for jewels
This commit is contained in:
7
Zennysoft.Game.Ma.Implementation/Item/IAugmentItem.cs
Normal file
7
Zennysoft.Game.Ma.Implementation/Item/IAugmentItem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Zennysoft.Ma.Adapter
|
||||
{
|
||||
public interface IAugmentItem
|
||||
{
|
||||
public JewelTags Augment { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user