refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/set_time.go
Normal file
8
pkg/protocol/packet/game/client/set_time.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetTime struct {
|
||||
WorldAge int64
|
||||
TimeOfDay int64
|
||||
TimeOfDayIncreasing bool
|
||||
}
|
Reference in New Issue
Block a user