refactor package
This commit is contained in:
6
pkg/protocol/packet/game/client/player_combat_end.go
Normal file
6
pkg/protocol/packet/game/client/player_combat_end.go
Normal file
@ -0,0 +1,6 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type EndCombat struct {
|
||||
Duration int32 `mc:"VarInt"`
|
||||
}
|
Reference in New Issue
Block a user