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

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

공개 프로퍼티들

프로퍼티 타입 설명
Amount int

공개 메소드들

메소드 설명
ApplyEffect ( ) : void

Apply effects for the profession.

RemoveEffect ( ) : void

Remove effects for the profession.

UpgradePointSpecialHandling ( int amount ) : Magic

Construct an instance.

메소드 상세

ApplyEffect() 공개 메소드

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

RemoveEffect() 공개 메소드

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

UpgradePointSpecialHandling() 공개 메소드

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

프로퍼티 상세

Amount 공개적으로 프로퍼티

The spell points to add.
public int Amount
리턴 int