C# Class ProtectionElement

Inheritance: ProtectionGlobal
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Méthodes publiques

Méthode 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 méthode

public ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
hexagons List
target Hexagon,
caster Character,
Résultat void

ProtectionElement() public méthode

public ProtectionElement ( JSONObject, js ) : System
js JSONObject,
Résultat System

ProtectionElement() public méthode

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