C# Class DodongosQuest.Magic.Cast_Strategies.TeleportStrategy

Inheritance: ICastStrategy
Show file Open project: faintpixel/Roguelike

Public Methods

Method Description
CastSpell ( ICreature caster, Vector2 targetWorldIndex, AreaOfEffect affectedArea, World world ) : bool

Method Details

CastSpell() public method

public CastSpell ( ICreature caster, Vector2 targetWorldIndex, AreaOfEffect affectedArea, World world ) : bool
caster ICreature
targetWorldIndex Vector2
affectedArea AreaOfEffect
world World
return bool