C# Class HealUp

Inheritance: HealModification
Show file Open project: LilTsubaki/Les-fragments-d-Erule

Public Methods

Method Description
ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
HealUp ( JSONObject, js ) : System
HealUp ( int id, int heal, int nbTurn, bool applyReverseEffect = true ) : System

Method Details

ApplyEffect() public method

public ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
hexagons List
target Hexagon,
caster Character,
return void

HealUp() public method

public HealUp ( JSONObject, js ) : System
js JSONObject,
return System

HealUp() public method

public HealUp ( int id, int heal, int nbTurn, bool applyReverseEffect = true ) : System
id int
heal int
nbTurn int
applyReverseEffect bool
return System