Ui-Info-Suite/SDVModTest/Options/ModOptionsPageIcon.cs

20 lines
377 B
C#
Raw Normal View History

2017-07-20 11:51:05 +08:00
using StardewValley.Menus;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UIInfoSuite.Options
{
class ModOptionsPageIcon : IClickableMenu
{
public override void receiveRightClick(int x, int y, bool playSound = true)
{
}
}
}