rowboz/types/robots.go

6 lines
56 B
Go

package types
type Robot struct {
position Position
}