C# Class SpellEffectParalyze, UnderworldExporter

Freezes the NPC
Inheritance: SpellEffect
Mostrar archivo Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
anim Animator
isNPC bool
npc NPC,
state int

Public Methods

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

Method Details

ApplyEffect() public method

public ApplyEffect ( ) : void
return void

CancelEffect() public method

public CancelEffect ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

anim public_oe property

public Animator anim
return Animator

isNPC public_oe property

public bool isNPC
return bool

npc public_oe property

public NPC, npc
return NPC,

state public_oe property

public int state
return int