Changed chat link implementation according to review

This commit is contained in:
FreezyLemon
2017-12-31 00:51:47 +01:00
parent d66d741af2
commit e7721d71f3
14 changed files with 272 additions and 281 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Online.Chat
{
}
public List<MessageFormatter.Link> Links;
public List<Link> Links;
public Message(long? id)
{