mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
refactor: expose ITextProvider
Working with payloads is extremely tedious without this being exposed.
This commit is contained in:
parent
20a1d1ae2d
commit
cfad83cf62
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
namespace Dalamud.Game.Chat.SeStringHandling
|
||||
{
|
||||
interface ITextProvider
|
||||
public interface ITextProvider
|
||||
{
|
||||
string Text { get; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue