fishfightback/component/position.go

7 lines
68 B
Go

package component
type Position struct {
X, Y float64
Z int
}