refactor package
This commit is contained in:
7
pkg/protocol/packet/game/client/move_vehicle.go
Normal file
7
pkg/protocol/packet/game/client/move_vehicle.go
Normal file
@ -0,0 +1,7 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type MoveVehicle struct {
|
||||
X, Y, Z float64
|
||||
Yaw, Pitch float32
|
||||
}
|
Reference in New Issue
Block a user