C# 클래스 GroundOnTimeEffect

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

공개 메소드들

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

Adds a GroundOnTimeAppliedEffect to every Hexagon in the area of effect.

GroundOnTimeEffect ( JSONObject, js ) : System

메소드 상세

ApplyEffect() 공개 메소드

Adds a GroundOnTimeAppliedEffect to every Hexagon in the area of effect.
public ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void
hexagons List The Hexagons in the area of effect.
target Hexagon, The Hexagon aimed.
caster Character, The caster of the effect.
리턴 void

GroundOnTimeEffect() 공개 메소드

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