ichigo/engine/z.go
2021-08-08 11:46:03 +10:00

5 lines
83 B
Go

package engine
type ZPos float64
func (z ZPos) Z() float64 { return float64(z) }