You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is *very* similar to the `ItemUseSystem`, but takes `WantsToCastSpell` as input. It then sends an `EffectType::SpellUse` to the effects system. We haven't written that yet - so let's do that. We'll start by adding it to the `EffectType` enumeration:
The text of the chapter describes how to write SpellUseSytem but forgets to add it to the run_systems function in main.rs.
The text was updated successfully, but these errors were encountered:
rustrogueliketutorial/book/src/chapter_66.md
Line 409 in 33872fe
The text of the chapter describes how to write
SpellUseSytem
but forgets to add it to therun_systems
function inmain.rs
.The text was updated successfully, but these errors were encountered: