diff --git a/osu.Game/Overlays/Chat/DrawableChatUsername.cs b/osu.Game/Overlays/Chat/DrawableChatUsername.cs
index cb5df93e00..21c3bd4b40 100644
--- a/osu.Game/Overlays/Chat/DrawableChatUsername.cs
+++ b/osu.Game/Overlays/Chat/DrawableChatUsername.cs
@@ -33,8 +33,15 @@ namespace osu.Game.Overlays.Chat
{
public Action? ReportRequested;
+ ///
+ /// The primary colour to use for the username.
+ ///
public Color4 AccentColour { get; init; }
+ ///
+ /// If set to , the username will be drawn as plain text in .
+ /// If set to , the username will be drawn as black text inside a rounded rectangle in .
+ ///
public bool Inverted { get; init; }
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) =>