I've dug into osu! source code for hours, and I can't find how client get online users' status(Afk, Playing... etc).
I don't know how to code C#, but I know how to code Java.
I've found
but, I think it's not what I want though.
searching github:
So I come here to ask how does it be implements? Thanks
I don't know how to code C#, but I know how to code Java.
I've found
Colour = getColourFor(GetType())https://github.com/ppy/osu/blob/master/osu.Game/Screens/GameModeWhiteBox.cs#L90
but, I think it's not what I want though.
searching github:
afk repo:ppy/osu-framework repo:ppy/osu language:C#didn't find any results.
So I come here to ask how does it be implements? Thanks