mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
some debug on TimerEvents
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package space.mori.chzzk_bot.common.events
|
||||
|
||||
enum class TimerType {
|
||||
UPTIME, TIMER, REMOVE
|
||||
enum class TimerType(var value: Int) {
|
||||
UPTIME(0),
|
||||
TIMER(1),
|
||||
REMOVE(2)
|
||||
}
|
||||
|
||||
class TimerEvent(
|
||||
|
Reference in New Issue
Block a user