fix: add some event issue

This commit is contained in:
Vaala Cat
2023-05-17 15:27:27 +08:00
parent 50191e20ef
commit b7e73e8c31
5 changed files with 82 additions and 9 deletions

View File

@@ -5,11 +5,13 @@ import (
"github.com/Tnze/go-mc/bot/basic"
"github.com/Tnze/go-mc/bot/msg"
"github.com/Tnze/go-mc/bot/playerlist"
"github.com/Tnze/go-mc/bot/screen"
)
var (
Client *bot.Client
Player *basic.Player
ChatHandler *msg.Manager
PlayerList *playerlist.PlayerList
Client *bot.Client
Player *basic.Player
ChatHandler *msg.Manager
PlayerList *playerlist.PlayerList
ScreenManager *screen.Manager
)