C# Class ProtectionElement

Inheritance: ProtectionGlobal
Mostra file Open project: LilTsubaki/Les-fragments-d-Erule

Public Methods

Method Description
ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
ProtectionElement ( JSONObject, js ) : System
ProtectionElement ( int id, int protection, Element, element, 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

ProtectionElement() public method

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

ProtectionElement() public method

public ProtectionElement ( int id, int protection, Element, element, int nbTurn, bool applyReverseEffect = true ) : System
id int
protection int
element Element,
nbTurn int
applyReverseEffect bool
return System