Added commands for marking positions.
This commit is contained in:
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user