rowboz/types/robots.go

6 lines
56 B
Go
Raw Normal View History

2023-12-01 18:38:58 +01:00
package types
type Robot struct {
position Position
}