1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 18:52:55 +08:00

Rename UserID -> OwnerID

This commit is contained in:
Dan Balasescu 2021-11-16 14:37:54 +09:00
parent 41e46f158f
commit f414877d00

View File

@ -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; }