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

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

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

import xyz.cssxsh.mirai.economy.service.*

/**
 * 经济货币相关事件
 */
public interface EconomyCurrencyEvent : EconomyEvent {
    /**
     * 对应经济货币
     */
    public val currency: EconomyCurrency
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy