C# Class ProtectionGlobal

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

Protected Properties

Свойство Type Description
_protection int

Méthodes publiques

Méthode Description
ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
ProtectionGlobal ( ) : System
ProtectionGlobal ( JSONObject, js ) : System
ProtectionGlobal ( int id, int protection, 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

ProtectionGlobal() public méthode

public ProtectionGlobal ( ) : System
Résultat System

ProtectionGlobal() public méthode

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

ProtectionGlobal() public méthode

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

Property Details

_protection protected_oe property

protected int _protection
Résultat int