C# Class ProtectionNegativeGlobal

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
ProtectionNegativeGlobal ( ) : System
ProtectionNegativeGlobal ( JSONObject, js ) : System
ProtectionNegativeGlobal ( 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

ProtectionNegativeGlobal() public méthode

public ProtectionNegativeGlobal ( ) : System
Résultat System

ProtectionNegativeGlobal() public méthode

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

ProtectionNegativeGlobal() public méthode

public ProtectionNegativeGlobal ( 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