mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
explicit interface for when payloads include user-displayed text - this may go away later
This commit is contained in:
parent
1832702a0a
commit
5416c4bc7e
5 changed files with 19 additions and 19 deletions
|
|
@ -8,7 +8,7 @@ using System.Linq;
|
|||
|
||||
namespace Dalamud.Game.Chat.SeStringHandling.Payloads
|
||||
{
|
||||
public class AutoTranslatePayload : Payload
|
||||
public class AutoTranslatePayload : Payload, ITextProvider
|
||||
{
|
||||
public override PayloadType Type => PayloadType.AutoTranslateText;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue