refactor package
This commit is contained in:
9
pkg/protocol/packet/game/client/player_combat_kill.go
Normal file
9
pkg/protocol/packet/game/client/player_combat_kill.go
Normal file
@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import "github.com/Tnze/go-mc/chat"
|
||||
|
||||
//codec:gen
|
||||
type CombatDeath struct {
|
||||
PlayerID int32 `mc:"VarInt"`
|
||||
Message chat.Message
|
||||
}
|
Reference in New Issue
Block a user