Update radio prefix parsing (#13777)

This commit is contained in:
Leon Friedrich
2023-02-19 06:27:56 +13:00
committed by GitHub
parent 63a0c76ecc
commit 75a559fa55
32 changed files with 659 additions and 606 deletions

View File

@@ -6,6 +6,6 @@ namespace Content.Client.Chat.Managers
{
void Initialize();
public void SendMessage(ReadOnlyMemory<char> text, ChatSelectChannel channel);
public void SendMessage(string text, ChatSelectChannel channel);
}
}