DungeonMasterEngine.GameConsoleContent.SpellCommand.SpellCommand C# (CSharp) Method

SpellCommand() public method

public SpellCommand ( ) : System.Threading.Tasks
return System.Threading.Tasks
        public SpellCommand()
        {
            symbolParser = new SpellSymbolParser( 
            new ISymbolFactory []
            {
                SymbolFactory<ZoSymbol>.Instance,
                SymbolFactory<OSymbol>.Instance
            },
            new ISpellFactory[]
            {
                OpenDoorSpellFactory.Instance
            });
        }