mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
feat: add luggage storage item
This commit is contained in:
parent
17eb65ebdc
commit
26207baee8
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ func NewHost() *Host {
|
|||
Name: "Transport",
|
||||
Price: 20.0,
|
||||
},
|
||||
|
||||
"LuggageStorage": {
|
||||
Name: "LuggageStorage",
|
||||
Price: 30.0,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue