tests: produce on planets, unload on routes
This commit is contained in:
@@ -16,6 +16,11 @@ var (
|
||||
RouteColonist.String(): RouteColonist,
|
||||
RouteEmpty.String(): RouteEmpty,
|
||||
}
|
||||
RouteToCargo map[RouteType]CargoType = map[RouteType]CargoType{
|
||||
RouteColonist: CargoColonist,
|
||||
RouteCapital: CargoCapital,
|
||||
RouteMaterial: CargoMaterial,
|
||||
}
|
||||
)
|
||||
|
||||
func (rt RouteType) Ref() *RouteType {
|
||||
|
||||
Reference in New Issue
Block a user