mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Simple chat message display functionality.
This commit is contained in:
@ -21,10 +21,10 @@ namespace osu.Game.Online.Chat
|
||||
public DateTime Timestamp;
|
||||
|
||||
[JsonProperty(@"content")]
|
||||
internal string Content;
|
||||
public string Content;
|
||||
|
||||
[JsonProperty(@"sender")]
|
||||
internal User User;
|
||||
public User User;
|
||||
|
||||
[JsonConstructor]
|
||||
public Message()
|
||||
|
Reference in New Issue
Block a user