mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 06:32:55 +08:00
Remove unused setter in interface type
This commit is contained in:
parent
846c80f12c
commit
608958b186
@ -7,7 +7,7 @@ namespace osu.Game.Users
|
|||||||
{
|
{
|
||||||
public interface IUser : IHasOnlineID<int>
|
public interface IUser : IHasOnlineID<int>
|
||||||
{
|
{
|
||||||
string Username { get; set; }
|
string Username { get; }
|
||||||
|
|
||||||
bool IsBot { get; }
|
bool IsBot { get; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user