Merge pull request #176 from ascclemens/patch-1

Expose ITextProvider
This commit is contained in:
goaaats 2020-10-02 21:01:53 +02:00 committed by GitHub
commit ea5d878042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ using System;
namespace Dalamud.Game.Chat.SeStringHandling
{
interface ITextProvider
public interface ITextProvider
{
string Text { get; }
}