1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 23:50:42 +08:00

Rename UserID -> OwnerID

This commit is contained in:
Dan Balasescu
2021-11-16 14:37:54 +09:00
Unverified
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; }