feat: Added interactions with accounts/quests/map
- Bump version to 0.5.0 - Added Quest::complete_for_account public function - Added Map::unlock_room_for_account public function - cli: Added "account unlock" command - cli: "account complete" now uses Quest::complete_for_account - cli: refactored logging
This commit is contained in:
parent
790fa88fe3
commit
f88e010b4f
9 changed files with 231 additions and 138 deletions
|
|
@ -9,5 +9,5 @@ license.workspace = true
|
|||
chrono = "0.4.42"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
squad-quest = { version = "0.4.0", path = ".." }
|
||||
squad-quest = { version = "0.5.0", path = ".." }
|
||||
toml = "0.9.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue