refactor package
This commit is contained in:
14
pkg/protocol/packet/game/client/level_particles.go
Normal file
14
pkg/protocol/packet/game/client/level_particles.go
Normal file
@ -0,0 +1,14 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/particle"
|
||||
|
||||
//codec:gen
|
||||
type Particle struct {
|
||||
LongDistance bool
|
||||
AlwaysVisible bool
|
||||
X, Y, Z float64
|
||||
OffsetX, OffsetY, OffsetZ float32
|
||||
MaxSpeed float32
|
||||
Count int32
|
||||
Particle particle.Particle
|
||||
}
|
Reference in New Issue
Block a user