Repositories (1)

Yuri-Kotlin
2 snippets stored for this repo
Kotlin IconKotlin
class NsfwDTO : ArrayList<NsfwDTO.Item>() {
    data class Item(
        val drawings: Double,
        val hentai: Double,
        val neutral: Double,
        val porn: Double,
        val sexy: Double
Kotlin IconKotlin
"三次元"
        }
        if (p.hentai > 0.3) {
            c += " hentai"
        }
        if (p.porn > 0.3) {
            c += " porn"