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

7 lines
84 B
Go

package client
//codec:gen
type EndCombat struct {
Duration int32 `mc:"VarInt"`
}