Commit Graph

10 Commits

Author SHA1 Message Date
3946a39b65 Make BeatmapSet.Metadata non-null 2021-11-24 15:03:34 +09:00
59e763467f Move StoragePath implementation to an extension method 2021-11-19 16:08:38 +09:00
9207b87b76 Add back interface equality but limit to only matching types 2021-11-16 12:35:18 +09:00
0b4822b552 Remove newly added equality 2021-11-15 14:35:01 +09:00
1d962648c2 Standardise implementations 2021-11-12 19:00:27 +09:00
1c49c4a602 Fix incorrect type check 2021-11-12 18:32:39 +09:00
54cd1158a4 Add IBeatmapSetInfo equality support 2021-11-12 18:16:36 +09:00
c8cdc38efd Always compare OnlineIds by >0 2021-10-20 15:20:34 +09:00
2c5ba1d8e2 Change OnlineID to non-nullable to allow for indexing in Realm 2021-10-18 15:53:40 +09:00
6ca415da9f Add basic realm models
Only the file related ones are really required outside of tests, but
seems like as good an opportunity as ever to get the rest of the models
into the game project.
2021-10-11 15:25:04 +09:00