8 lines
93 B
Go
8 lines
93 B
Go
package client
|
|
|
|
//codec:gen
|
|
type SetTickingState struct {
|
|
TickRate float32
|
|
IsFrozen bool
|
|
}
|