refactor package
This commit is contained in:
10
pkg/protocol/packet/game/client/player_info_remove.go
Normal file
10
pkg/protocol/packet/game/client/player_info_remove.go
Normal file
@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
//codec:gen
|
||||
type PlayerInfoRemove struct {
|
||||
UUIDs []uuid.UUID `mc:"UUID"`
|
||||
}
|
Reference in New Issue
Block a user