refactor package
This commit is contained in:
7
pkg/protocol/packet/game/client/set_passengers.go
Normal file
7
pkg/protocol/packet/game/client/set_passengers.go
Normal file
@ -0,0 +1,7 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetPassengers struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
Passengers []int32 `mc:"VarInt"`
|
||||
}
|
Reference in New Issue
Block a user