Add item spawn menu
Fix game over bug Start adding more implementation for jewels
This commit is contained in:
9
Zennysoft.Game.Ma.Implementation/Equipment/Augment.cs
Normal file
9
Zennysoft.Game.Ma.Implementation/Equipment/Augment.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
public class Augment
|
||||
{
|
||||
public JewelTags AugmentTag;
|
||||
|
||||
public Augment(JewelTags tag)
|
||||
{
|
||||
AugmentTag = tag;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user