5 lines
83 B
Go
5 lines
83 B
Go
package engine
|
|
|
|
type ZPos float64
|
|
|
|
func (z ZPos) Z() float64 { return float64(z) }
|