C# Класс SkillPrestige.Magic.Framework.ManaCapSpecialHandling

Special handling for adding to the mana cap from a Magic profession.
Наследование: IProfessionSpecialHandling
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Amount int

Открытые методы

Метод Описание
ApplyEffect ( ) : void

Apply effects for the profession.

ManaCapSpecialHandling ( int amount ) : Magic

Construct an instance.

RemoveEffect ( ) : void

Remove effects for the profession.

Описание методов

ApplyEffect() публичный Метод

Apply effects for the profession.
public ApplyEffect ( ) : void
Результат void

ManaCapSpecialHandling() публичный Метод

Construct an instance.
public ManaCapSpecialHandling ( int amount ) : Magic
amount int The mana points to add.
Результат Magic

RemoveEffect() публичный Метод

Remove effects for the profession.
public RemoveEffect ( ) : void
Результат void

Описание свойств

Amount публичное свойство

The mana points to add.
public int Amount
Результат int