refactor package
This commit is contained in:
13
pkg/protocol/packet/game/client/sound.go
Normal file
13
pkg/protocol/packet/game/client/sound.go
Normal file
@ -0,0 +1,13 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/component"
|
||||
|
||||
//codec:gen
|
||||
type SoundEffect struct {
|
||||
SoundID int32 `mc:"VarInt"`
|
||||
//opt:id:SoundID
|
||||
SoundEvent *component.SoundEvent
|
||||
EffectPositionX, EffectPositionY, EffectPositionZ int32
|
||||
Volume, Pitch float32
|
||||
Seed int64
|
||||
}
|
Reference in New Issue
Block a user