KeepAlive component for /server (linked-list)

This commit is contained in:
Tnze
2021-12-22 15:22:51 +08:00
parent 2422e62d17
commit 936eda5778
4 changed files with 151 additions and 122 deletions

View File

@ -1,10 +1,12 @@
package server
import (
"sync"
"github.com/google/uuid"
"github.com/Tnze/go-mc/net"
pk "github.com/Tnze/go-mc/net/packet"
"github.com/google/uuid"
"sync"
)
type Player struct {