package jackall.moncalc
/**
* Created by matsumoto_k on 2017/11/01.
*/
class Const {
companion object {
const val serviceChannelId = "mainService"
const val notificationId = 1
const val questDataVersion = 0
const val moveButtonActiveAlpha = 1.0f
const val moveButtonInactiveAlpha = 0.7f
}
}