Beispiel #1
0
        public void Spell_Name()
        {
            var spellName = _spell.ObsfucateSpellName("ice storm");

            Assert.Equal("uqz ghafw", spellName);
        }