C# 클래스 SkillPrestige.Magic.Framework.ManaCapSpecialHandling

Special handling for adding to the mana cap from a Magic profession.
상속: IProfessionSpecialHandling
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 프로퍼티들

프로퍼티 타입 설명
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