mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Expose bot state via interface
This commit is contained in:
@ -8,5 +8,7 @@ namespace osu.Game.Users
|
||||
public interface IUser : IHasOnlineID<int>
|
||||
{
|
||||
string Username { get; set; }
|
||||
|
||||
bool IsBot { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user