C# Class SpellEffectStealth, UnderworldExporter

Player stealth and invisibility
Inheritance: SpellEffect
显示文件 Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
StealthLevel 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

StealthLevel public_oe property

The stealth level the spell provides
public int StealthLevel
return int