C# Class ProtectionGlobal

Inheritance: EffectTerminable
Mostrar archivo 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
ProtectionGlobal ( ) : System
ProtectionGlobal ( JSONObject, js ) : System
ProtectionGlobal ( 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

ProtectionGlobal() public method

public ProtectionGlobal ( ) : System
return System

ProtectionGlobal() public method

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

ProtectionGlobal() public method

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