10 lines
125 B
Go
10 lines
125 B
Go
package client
|
|
|
|
//codec:gen
|
|
type PlayerRotation struct {
|
|
Yaw float32
|
|
RelYaw bool
|
|
Pitch float32
|
|
RelPitch bool
|
|
}
|