All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.mirai.arknights.ArknightsQuestionLoader.kt Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package xyz.cssxsh.mirai.arknights

import xyz.cssxsh.arknights.bilibili.*
import xyz.cssxsh.arknights.excel.*
import xyz.cssxsh.arknights.mine.*
import xyz.cssxsh.mirai.arknights.data.*

public object ArknightsQuestionLoader : QuestionDataLoader {
    override val excel: ExcelDataHolder get() = ArknightsSubscriber.excel
    override val video: VideoDataHolder get() = ArknightsSubscriber.videos
    override val custom: CustomQuestionHolder get() = ArknightsMineData
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy