GlobalChat component

This commit is contained in:
Tnze
2021-12-24 02:01:23 +08:00
parent 51cbe4c648
commit 322188d254
3 changed files with 124 additions and 1 deletions

View File

@ -13,6 +13,7 @@ type Player struct {
*net.Conn
writeLock sync.Mutex
Name string
uuid.UUID
EntityID int32
Gamemode byte