Skip to content

Commit f0c9e18

Browse files
committed
ShopInfo correction
1 parent cd8111d commit f0c9e18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Content/ShopInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
namespace Blender.Content;
44

5-
public class ShopInfo(string bundlePath, string itemName)
5+
public class ShopInfo(string bundlePath)
66
{
77
public string BundlePath { get; private set; } = bundlePath;
8-
public string ItemName { get; private set; } = itemName;
98
public ItemType ItemType { get; private set; } = ItemType.Charm;
109
public string Charm { get; private set; } = "None";
1110
public string Weapon { get; private set; } = "None";

0 commit comments

Comments
 (0)