C# Class SkillPrestige.Magic.Framework.ManaCapSpecialHandling

Special handling for adding to the mana cap from a Magic profession.
Inheritance: IProfessionSpecialHandling
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Свойство Type Description
Amount int

Méthodes publiques

Méthode 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 méthode

Apply effects for the profession.
public ApplyEffect ( ) : void
Résultat void

ManaCapSpecialHandling() public méthode

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

RemoveEffect() public méthode

Remove effects for the profession.
public RemoveEffect ( ) : void
Résultat void

Property Details

Amount public_oe property

The mana points to add.
public int Amount
Résultat int