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

xyz.cssxsh.mirai.economy.event.EconomyEvent.kt Maven / Gradle / Ivy

The newest version!
package xyz.cssxsh.mirai.economy.event

import net.mamoe.mirai.event.*
import xyz.cssxsh.mirai.economy.service.*

/**
 * 经济服务相关事件
 */
public interface EconomyEvent : Event {
    /**
     * 发出事件的服务
     */
    public val service: IEconomyService
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy