mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-31 02:11:02 +00:00
8 lines
134 B
Kotlin
8 lines
134 B
Kotlin
package ani.dantotsu.profile
|
|
|
|
data class User(
|
|
val id: Int,
|
|
val name: String,
|
|
val pfp: String?,
|
|
val banner: String?,
|
|
) |