mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Merge pull request #8944 from TheBicPen/master
Fix typo and add spaces to comments
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Online.Chat
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public event Action<Message> MessageRemoved;
|
public event Action<Message> MessageRemoved;
|
||||||
|
|
||||||
public bool ReadOnly => false; //todo not yet used.
|
public bool ReadOnly => false; // todo: not yet used.
|
||||||
|
|
||||||
public override string ToString() => Name;
|
public override string ToString() => Name;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user