C# Class SkillPrestige.Magic.Framework.ManaCapSpecialHandling

Special handling for adding to the mana cap from a Magic profession.
Inheritance: IProfessionSpecialHandling
ファイルを表示 Open project: Pathoschild/smapi-mod-dump

Public Properties

Property Type Description
Amount int

Public Methods

Method Description
ApplyEffect ( ) : void

Apply effects for the profession.

ManaCapSpecialHandling ( int amount ) : Magic

Construct an instance.

RemoveEffect ( ) : void

Remove effects for the profession.

Method Details

ApplyEffect() public method

Apply effects for the profession.
public ApplyEffect ( ) : void
return void

ManaCapSpecialHandling() public method

Construct an instance.
public ManaCapSpecialHandling ( int amount ) : Magic
amount int The mana points to add.
return Magic

RemoveEffect() public method

Remove effects for the profession.
public RemoveEffect ( ) : void
return void

Property Details

Amount public_oe property

The mana points to add.
public int Amount
return int