C# Class SpellEffectPoison, UnderworldExporter

Poison effect
Inheritance: SpellEffect
Datei anzeigen Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
isNPC bool
npc NPC,

Public Methods

Method Description
ApplyEffect ( ) : void
CancelEffect ( ) : void
EffectOverTime ( ) : void
Update ( ) : void

Method Details

ApplyEffect() public method

public ApplyEffect ( ) : void
return void

CancelEffect() public method

public CancelEffect ( ) : void
return void

EffectOverTime() public method

public EffectOverTime ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isNPC public_oe property

public bool isNPC
return bool

npc public_oe property

public NPC, npc
return NPC,