mirror of
https://github.com/ppy/osu
synced 2025-01-19 20:40:52 +00:00
Rename UserID -> OwnerID
This commit is contained in:
parent
41e46f158f
commit
f414877d00
@ -19,7 +19,7 @@ namespace osu.Game.Online.Rooms
|
||||
public long ID { get; set; }
|
||||
|
||||
[Key(1)]
|
||||
public int UserID { get; set; }
|
||||
public int OwnerID { get; set; }
|
||||
|
||||
[Key(2)]
|
||||
public int BeatmapID { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user