Files
minego/pkg/protocol/packet/game/client/player_combat_kill.go
2025-08-27 20:28:44 +08:00

10 lines
158 B
Go

package client
import "git.konjactw.dev/falloutBot/go-mc/chat"
//codec:gen
type CombatDeath struct {
PlayerID int32 `mc:"VarInt"`
Message chat.Message
}