C# Class ProtectionNegativeGlobal

Inheritance: EffectTerminable
Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule

Protected Properties

Property Type Description
_protection int

Public Methods

Method 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 method

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

ProtectionNegativeGlobal() public method

public ProtectionNegativeGlobal ( ) : System
return System

ProtectionNegativeGlobal() public method

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

ProtectionNegativeGlobal() public method

public ProtectionNegativeGlobal ( int id, int protection, int nbTurn, bool applyReverseEffect = true ) : System
id int
protection int
nbTurn int
applyReverseEffect bool
return System

Property Details

_protection protected_oe property

protected int _protection
return int