We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8111d commit f0c9e18Copy full SHA for f0c9e18
Content/ShopInfo.cs
@@ -2,10 +2,9 @@
2
3
namespace Blender.Content;
4
5
-public class ShopInfo(string bundlePath, string itemName)
+public class ShopInfo(string bundlePath)
6
{
7
public string BundlePath { get; private set; } = bundlePath;
8
- public string ItemName { get; private set; } = itemName;
9
public ItemType ItemType { get; private set; } = ItemType.Charm;
10
public string Charm { get; private set; } = "None";
11
public string Weapon { get; private set; } = "None";
0 commit comments