Rename UserID -> OwnerID

This commit is contained in:
Dan Balasescu 2021-11-16 14:37:54 +09:00
parent 41e46f158f
commit f414877d00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class MultiplayerPlaylistItem
public long ID { get; set; }
[Key(1)]
public int UserID { get; set; }
public int OwnerID { get; set; }
[Key(2)]
public int BeatmapID { get; set; }