mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 13:43:56 +00:00
9 lines
140 B
Kotlin
9 lines
140 B
Kotlin
package ani.dantotsu.settings
|
|
|
|
data class Developer(
|
|
val name: String,
|
|
val pfp: String,
|
|
val role: String,
|
|
val url: String
|
|
)
|