Questionable/Questionable/Controller/Steps/IToastAware.cs

9 lines
162 B
C#

using Dalamud.Game.Text.SeStringHandling;
namespace Questionable.Controller.Steps;
public interface IToastAware
{
bool OnErrorToast(SeString message);
}