mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Expose bot state via interface
This commit is contained in:
@ -79,7 +79,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public bool IsBNG;
|
||||
|
||||
[JsonProperty(@"is_bot")]
|
||||
public bool IsBot;
|
||||
public bool IsBot { get; set; }
|
||||
|
||||
[JsonProperty(@"is_active")]
|
||||
public bool Active;
|
||||
|
Reference in New Issue
Block a user