mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Expose bot state via interface
This commit is contained in:
@ -11,5 +11,7 @@ namespace osu.Game.Models
|
||||
public int OnlineID { get; set; } = 1;
|
||||
|
||||
public string Username { get; set; }
|
||||
|
||||
public bool IsBot => false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user