using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using StardewValley; using StardustCore.UIUtilities.MenuComponents.ComponentsV1; namespace StardustCore.UIUtilities { public class IClickableMenuExtended : StardewValley.Menus.IClickableMenu { /// /// All stings to be displayed on this menu. /// public List texturedStrings; /// /// All buttons belonging to this menu. /// public List