mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove unused setter in interface type
This commit is contained in:
@ -7,7 +7,7 @@ namespace osu.Game.Users
|
||||
{
|
||||
public interface IUser : IHasOnlineID<int>
|
||||
{
|
||||
string Username { get; set; }
|
||||
string Username { get; }
|
||||
|
||||
bool IsBot { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user