vRp.CD2g_test/game/position3d.go

6 lines
77 B
Go

package game
type Position3D interface {
GetPosition() (x, y, z float64)
}