C# Class PlayerOnTimeEffect

Inheritance: EffectOnTime
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

PlayerOnTimeEffect() public méthode

public PlayerOnTimeEffect ( JSONObject, js ) : System
js JSONObject,
Résultat System