C# Class DodongosQuest.Magic.Cast_Strategies.HealSelfStrategy

Inheritance: ICastStrategy
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
CastSpell ( ICreature caster, Vector2 targetWorldIndex, AreaOfEffect affectedArea, World world ) : bool
HealSelfStrategy ( int minimumHealthToRestore, int maximumHealthToRestore ) : System

Method Details

CastSpell() public méthode

public CastSpell ( ICreature caster, Vector2 targetWorldIndex, AreaOfEffect affectedArea, World world ) : bool
caster ICreature
targetWorldIndex Vector2
affectedArea AreaOfEffect
world World
Résultat bool

HealSelfStrategy() public méthode

public HealSelfStrategy ( int minimumHealthToRestore, int maximumHealthToRestore ) : System
minimumHealthToRestore int
maximumHealthToRestore int
Résultat System