-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename several data objects to signify usages
- Loading branch information
Showing
14 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...devos/osuv2kt/models/beatmap/Failtimes.kt → ...suv2kt/models/beatmap/BeatmapFailtimes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...os/osuv2kt/models/beatmap/Availability.kt → .../models/beatmap/BeatmapsetAvailability.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package one.devos.osuv2kt.models.beatmap | ||
|
||
public data class Availability( | ||
public data class BeatmapsetAvailability( | ||
public val downloadDisabled: Boolean, | ||
public val moreInformation: String? | ||
) |
2 changes: 1 addition & 1 deletion
2
.../one/devos/osuv2kt/models/beatmap/Hype.kt → .../osuv2kt/models/beatmap/BeatmapsetHype.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package one.devos.osuv2kt.models.beatmap | ||
|
||
public data class Hype( | ||
public data class BeatmapsetHype( | ||
public val current: Int, | ||
public val required: Int | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...v2kt/models/beatmap/NominationsSummary.kt → ...s/beatmap/BeatmapsetNominationsSummary.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package one.devos.osuv2kt.models.beatmap | ||
|
||
public data class NominationsSummary( | ||
public data class BeatmapsetNominationsSummary( | ||
public val current: Int, | ||
public val required: Int, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../devos/osuv2kt/models/user/GradeCounts.kt → ...os/osuv2kt/models/user/UserGradeCounts.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/one/devos/osuv2kt/models/user/Kudosu.kt → ...e/devos/osuv2kt/models/user/UserKudosu.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package one.devos.osuv2kt.models.user | ||
|
||
public data class Kudosu( | ||
public data class UserKudosu( | ||
public val available: Int, | ||
public val total: Int | ||
) |
2 changes: 1 addition & 1 deletion
2
...in/one/devos/osuv2kt/models/user/Level.kt → ...ne/devos/osuv2kt/models/user/UserLevel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package one.devos.osuv2kt.models.user | ||
|
||
public data class Level( | ||
public data class UserLevel( | ||
public val current: Int, | ||
public val progress: Float | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters