C# Class SkillPrestige.Magic.Framework.UpgradePointSpecialHandling

Special handling for adding to the spell points from a Magic profession.
Inheritance: IProfessionSpecialHandling
Show file Open project: Pathoschild/smapi-mod-dump

Public Properties

Property Type Description
Amount int

Public Methods

Method Description
ApplyEffect ( ) : void

Apply effects for the profession.

RemoveEffect ( ) : void

Remove effects for the profession.

UpgradePointSpecialHandling ( int amount ) : Magic

Construct an instance.

Method Details

ApplyEffect() public method

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

RemoveEffect() public method

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

UpgradePointSpecialHandling() public method

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

Property Details

Amount public property

The spell points to add.
public int Amount
return int