fix bug of vip listener
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.mogo.eagle.core.function.api.vip
|
||||
|
||||
interface IMoGoVipSetListener {
|
||||
|
||||
/**
|
||||
* 设置Vip状态
|
||||
*/
|
||||
fun onVipSet(status:Boolean)
|
||||
}
|
||||
Reference in New Issue
Block a user