Update docs

This commit is contained in:
Him188 2020-05-11 13:13:23 +08:00
parent 93ab4fa6d5
commit 32daba5349

View File

@ -47,7 +47,8 @@ abstract class PluginBase
}
/**
* 当所有插件全部被加载后被调用
* 当插件被启用时调用.
* 此时所有其他插件都已经被调用了 [onLoad]
*/
open fun onEnable() {