1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-09 02:10:10 +08:00

structure

This commit is contained in:
liujiahua123123 2019-08-08 13:00:15 +08:00
parent ad8c4ed4d9
commit 29f8f556d0
3 changed files with 14 additions and 0 deletions
mirai-core/src/main/java/net/mamoe/mirai

View File

@ -0,0 +1,4 @@
package net.mamoe.mirai.event;
public class MiralHook {
}

View File

@ -0,0 +1,4 @@
package net.mamoe.mirai.plugin;
public class MiralPluginBase {
}

View File

@ -0,0 +1,6 @@
package net.mamoe.mirai.plugin;
public class MiralPluginManager{
}