C# Class PlayerOnTimeEffect

Inheritance: EffectOnTime
显示文件 Open project: LilTsubaki/Les-fragments-d-Erule

Public Methods

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

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

PlayerOnTimeEffect ( JSONObject, js ) : System

Method Details

ApplyEffect() public method

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

PlayerOnTimeEffect() public method

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