Open
Description
rustrogueliketutorial/book/src/chapter_66.md
Lines 123 to 134 in 33872fe
At that point, mana_cost
is declared as mandatory on the Spell
struct in spell_structs.rs
.
Since there is no mana_cost
field in the JSON file, the game crashes on start when loading the JSON data.
The final state of the code for this chapter does include this mana_cost
field.
Metadata
Metadata
Assignees
Labels
No labels