This commit is contained in:
Tnze
2022-06-14 13:15:57 +08:00
parent 780260c3bf
commit 44703ce940
12 changed files with 70 additions and 57 deletions

View File

@ -2,7 +2,7 @@ package bot
import (
"github.com/Tnze/go-mc/net"
"github.com/Tnze/go-mc/yggdrasil/userApi"
"github.com/Tnze/go-mc/yggdrasil/user"
"github.com/google/uuid"
)
@ -10,7 +10,7 @@ import (
type Client struct {
Conn *net.Conn
Auth Auth
KeyPair *userApi.KeyPairResp
KeyPair user.KeyPairResp
Name string
UUID uuid.UUID