Files
minego/pkg/protocol/packet/game/client/player_info_remove.go
2025-08-22 05:14:59 +08:00

11 lines
130 B
Go

package client
import (
"github.com/google/uuid"
)
//codec:gen
type PlayerInfoRemove struct {
UUIDs []uuid.UUID `mc:"UUID"`
}