C# Class DungeonMasterEngine.DungeonContent.Magic.Spells.OpenDoorSpell

Inheritance: Spell
Show file Open project: ggrrin/DungeonMaster

Public Methods

Method Description
OpenDoorSpell ( Tile location, MapDirection startDirection ) : System
Run ( ) : void

Protected Methods

Method Description
OnSpellUpdate ( GameTime gameTime ) : void

Private Methods

Method Description
TryFinishSpell ( ) : bool

Method Details

OnSpellUpdate() protected method

protected OnSpellUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

OpenDoorSpell() public method

public OpenDoorSpell ( Tile location, MapDirection startDirection ) : System
location Tile
startDirection MapDirection
return System

Run() public method

public Run ( ) : void
return void