Files
go-mc/server/entity.go

5 lines
89 B
Go

package server
type Pos struct{ X, Y, Z float64 }
type Rot struct{ Yaw, Pitch float32 }