C# Class GroundOnTimeEffect

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

Public Methods

Method Description
ApplyEffect ( List hexagons, Hexagon, target, Character, caster ) : void

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

GroundOnTimeEffect ( JSONObject, js ) : System

Method Details

ApplyEffect() public method

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.
return void

GroundOnTimeEffect() public method

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