C# 클래스 PlayerOnTimeEffect

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

공개 메소드들

메소드 설명
ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void

Adds a PlayerOnTimeAppliedEffect on every Character in the area of effect.

PlayerOnTimeEffect ( JSONObject, js ) : System

메소드 상세

ApplyEffect() 공개 메소드

Adds a PlayerOnTimeAppliedEffect on every Character in the area of effect.
public ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
hexagons List The Hexagons affected by the Effect.
target Hexagon, The Hexagon aimed.
caster Character, The caster of the effect.
리턴 void

PlayerOnTimeEffect() 공개 메소드

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