Skip to content

Commit

Permalink
ShopInfo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Boofii committed Jul 26, 2024
1 parent cd8111d commit f0c9e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content/ShopInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace Blender.Content;

public class ShopInfo(string bundlePath, string itemName)
public class ShopInfo(string bundlePath)
{
public string BundlePath { get; private set; } = bundlePath;
public string ItemName { get; private set; } = itemName;
public ItemType ItemType { get; private set; } = ItemType.Charm;
public string Charm { get; private set; } = "None";
public string Weapon { get; private set; } = "None";
Expand Down

0 comments on commit f0c9e18

Please sign in to comment.