C# 클래스 ABM_creator.TradeScroll

상속: Scroll
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 메소드들

메소드 설명
TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string

보호된 메소드들

메소드 설명
GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
cost ( int spellLevel, int casterLevel ) : int

메소드 상세

GetAuraDescription() 보호된 메소드

protected GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
spellLevel int
spell CNWSpell
리턴 string

TradeScroll() 공개 메소드

public TradeScroll ( int ip, int spellId, int spellLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
spell CNWSpell
리턴 System

baseName() 공개 메소드

public baseName ( int spellId ) : string
spellId int
리턴 string

cost() 보호된 메소드

protected cost ( int spellLevel, int casterLevel ) : int
spellLevel int
casterLevel int
리턴 int