forked from liza/Questionable
9 lines
162 B
C#
9 lines
162 B
C#
using Dalamud.Game.Text.SeStringHandling;
|
|
|
|
namespace Questionable.Controller.Steps;
|
|
|
|
public interface IToastAware
|
|
{
|
|
bool OnErrorToast(SeString message);
|
|
}
|