C# Class DOL.GS.Spells.PBAEHealHandler

Inheritance: MasterlevelHandling
Mostrar archivo Open project: Los-Ojos/DOLSharp-1127

Public Methods

Method Description
FinishSpellCast ( GameLiving target ) : void
OnDirectEffect ( GameLiving target, double effectiveness ) : void
PBAEHealHandler ( GameLiving caster, Spell spell, SpellLine line ) : System.Collections.Generic

Method Details

FinishSpellCast() public method

public FinishSpellCast ( GameLiving target ) : void
target GameLiving
return void

OnDirectEffect() public method

public OnDirectEffect ( GameLiving target, double effectiveness ) : void
target GameLiving
effectiveness double
return void

PBAEHealHandler() public method

public PBAEHealHandler ( GameLiving caster, Spell spell, SpellLine line ) : System.Collections.Generic
caster GameLiving
spell Spell
line SpellLine
return System.Collections.Generic