mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:42:54 +08:00
Make APIAccess's state only privately settable
This commit is contained in:
parent
67481a1e6a
commit
a17cc04cde
@ -225,7 +225,7 @@ namespace osu.Game.Online.API
|
||||
public APIState State
|
||||
{
|
||||
get { return state; }
|
||||
set
|
||||
private set
|
||||
{
|
||||
APIState oldState = state;
|
||||
APIState newState = value;
|
||||
|
Loading…
Reference in New Issue
Block a user