refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/set_titles_animation.go
Normal file
8
pkg/protocol/packet/game/client/set_titles_animation.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetTitleAnimationTimes struct {
|
||||
FadeIn int32
|
||||
Stay int32
|
||||
FadeOut int32
|
||||
}
|
Reference in New Issue
Block a user