Moved InventoryUtils.cs

master
Mohammad Shoaib Khan 2023-03-09 13:27:02 +05:30
parent 1346e90bf5
commit 2c233f6e6b
No known key found for this signature in database
GPG Key ID: D8040D966320B620
9 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
using StardewValley;
using StardewValley.Menus;
namespace stardew_access.Patches
namespace stardew_access.Features
{
internal class InventoryUtils
{

View File

@ -1,4 +1,5 @@
using StardewValley;
using stardew_access.Features;
using StardewValley.Menus;
namespace stardew_access.Patches

View File

@ -1,5 +1,6 @@
using Microsoft.Xna.Framework;
using StardewValley;
using stardew_access.Features;
using StardewValley.Locations;
using StardewValley.Menus;

View File

@ -1,4 +1,5 @@
using StardewValley;
using stardew_access.Features;
using StardewValley.Menus;
using StardewValley.Objects;

View File

@ -1,3 +1,4 @@
using stardew_access.Features;
using StardewValley;
using StardewValley.Menus;

View File

@ -1,3 +1,4 @@
using stardew_access.Features;
using StardewValley;
using StardewValley.Menus;

View File

@ -1,3 +1,4 @@
using stardew_access.Features;
using StardewValley;
using StardewValley.Menus;

View File

@ -1,3 +1,4 @@
using stardew_access.Features;
using StardewValley;
using StardewValley.Menus;

View File

@ -1,3 +1,4 @@
using stardew_access.Features;
using StardewValley;
using StardewValley.Menus;