parent
4b2dda8301
commit
b34df92d7e
1 changed files with 4 additions and 0 deletions
4
route.go
4
route.go
|
@ -117,6 +117,10 @@ func (ri *Route) SetTopsheetTemplateDirectory(topsheetTemplateDirectory int) {
|
|||
ri.topsheetTemplateDirectory = topsheetTemplateDirectory
|
||||
}
|
||||
|
||||
func (ri *Route) SetEditionName(editionName string) {
|
||||
ri.editionName = editionName
|
||||
}
|
||||
|
||||
func NewRoute() *Route {
|
||||
r := Route{
|
||||
rampNumber: -1,
|
||||
|
|
Loading…
Reference in a new issue