C# 클래스 ProtectionNegativeGlobal

상속: EffectTerminable
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule

보호된 프로퍼티들

프로퍼티 타입 설명
_protection int

공개 메소드들

메소드 설명
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

메소드 상세

ApplyEffect() 공개 메소드

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

ProtectionNegativeGlobal() 공개 메소드

public ProtectionNegativeGlobal ( ) : System
리턴 System

ProtectionNegativeGlobal() 공개 메소드

public ProtectionNegativeGlobal ( JSONObject, js ) : System
js JSONObject,
리턴 System

ProtectionNegativeGlobal() 공개 메소드

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

프로퍼티 상세

_protection 보호되어 있는 프로퍼티

protected int _protection
리턴 int