1
0
Fork 0
forked from aly/qstbak
qstbak/LLib/LLib/IQuestDialogueText.cs
2025-10-09 07:47:19 +10:00

10 lines
151 B
C#

using Lumina.Text.ReadOnly;
namespace LLib;
public interface IQuestDialogueText
{
ReadOnlySeString Key { get; }
ReadOnlySeString Value { get; }
}