7 lines
97 B
C#
7 lines
97 B
C#
|
|
public interface IDuelChatView
|
|
{
|
|
void Dialogue(string chat);
|
|
void Emoji(string chat);
|
|
}
|