underworld_core 0.6.3

Small library to either play a game or assist in generating rooms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod learned_spell;
pub mod spell;
pub mod spell_memory;
pub mod spell_name;
pub mod spell_type;

pub use {
    learned_spell::{LearnedSpell, LearnedSpellView},
    spell::{Spell, SpellView},
    spell_memory::{SpellMemory, SpellMemoryView},
    spell_name::SpellName,
    spell_type::SpellType,
};