stardew-access/stardew-access/Patches/QuestPatches.cs

12 lines
201 B
C#

using Microsoft.Xna.Framework.Graphics;
using StardewValley;
using StardewValley.Menus;
using StardewValley.Quests;
namespace stardew_access.Patches
{
internal class QuestPatches
{
}
}