mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Change OnlineID
to non-nullable to allow for indexing in Realm
This commit is contained in:
@ -8,8 +8,8 @@ namespace osu.Game.Database
|
||||
public interface IHasOnlineID
|
||||
{
|
||||
/// <summary>
|
||||
/// The server-side ID representing this instance, if one exists.
|
||||
/// The server-side ID representing this instance, if one exists. -1 denotes a missing ID.
|
||||
/// </summary>
|
||||
int? OnlineID { get; }
|
||||
int OnlineID { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user