using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StardustCore.UIUtilities { public class IClickableMenuExtended : StardewValley.Menus.IClickableMenu { public List texturedStrings; public List buttons; public override void receiveRightClick(int x, int y, bool playSound = true) { } } }