Added commands for marking positions.

This commit is contained in:
Mohammad Shoaib
2022-02-02 14:35:21 +05:30
parent 9fb57be2f0
commit d18fe74885
4 changed files with 116 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
using Microsoft.Xna.Framework;
using StardewValley;
using StardewValley.Menus;
@@ -5,6 +6,7 @@ namespace stardew_access.Patches
{
internal class BuildingNAnimalMenuPatches
{
internal static Vector2[] marked = new Vector2[10];
internal static string carpenterMenuQuery = "";
internal static bool isSayingBlueprintInfo = false;
internal static string prevBlueprintInfo = "";