C# 클래스 PassiveSkills, TheDeadMemories

상속: Skills
파일 보기 프로젝트 열기: TheDeadMemoriesTeam/TheDeadMemories 1 사용 예제들

공개 메소드들

메소드 설명
PassiveSkills ( string name, string description, int price, Skills, father, int costIncFirstAd, int costIncSecAd, float firstAd, float secAd, string nameFirstAd, string nameSecAd, string descriptionFirstAd, string descriptionSecAd ) : System.Collections
getCostIncFirstAd ( ) : int
getCostIncSecAd ( ) : int
getDescriptionFirstAd ( ) : string
getDescriptionSecAd ( ) : string
getLvlFirstAd ( ) : int
getLvlSecAd ( ) : int
getNameFirstAd ( ) : string
getNameSecAd ( ) : string
setCostIncFirstAd ( int cost ) : void
setCostIncSecAd ( int cost ) : void
setLvlFirstAd ( int lvl ) : void
setLvlSecAd ( int lvl ) : void
update ( float &firstAd, float baseFirstAd, float &secAd, float basesecAd ) : void

메소드 상세

PassiveSkills() 공개 메소드

public PassiveSkills ( string name, string description, int price, Skills, father, int costIncFirstAd, int costIncSecAd, float firstAd, float secAd, string nameFirstAd, string nameSecAd, string descriptionFirstAd, string descriptionSecAd ) : System.Collections
name string
description string
price int
father Skills,
costIncFirstAd int
costIncSecAd int
firstAd float
secAd float
nameFirstAd string
nameSecAd string
descriptionFirstAd string
descriptionSecAd string
리턴 System.Collections

getCostIncFirstAd() 공개 메소드

public getCostIncFirstAd ( ) : int
리턴 int

getCostIncSecAd() 공개 메소드

public getCostIncSecAd ( ) : int
리턴 int

getDescriptionFirstAd() 공개 메소드

public getDescriptionFirstAd ( ) : string
리턴 string

getDescriptionSecAd() 공개 메소드

public getDescriptionSecAd ( ) : string
리턴 string

getLvlFirstAd() 공개 메소드

public getLvlFirstAd ( ) : int
리턴 int

getLvlSecAd() 공개 메소드

public getLvlSecAd ( ) : int
리턴 int

getNameFirstAd() 공개 메소드

public getNameFirstAd ( ) : string
리턴 string

getNameSecAd() 공개 메소드

public getNameSecAd ( ) : string
리턴 string

setCostIncFirstAd() 공개 메소드

public setCostIncFirstAd ( int cost ) : void
cost int
리턴 void

setCostIncSecAd() 공개 메소드

public setCostIncSecAd ( int cost ) : void
cost int
리턴 void

setLvlFirstAd() 공개 메소드

public setLvlFirstAd ( int lvl ) : void
lvl int
리턴 void

setLvlSecAd() 공개 메소드

public setLvlSecAd ( int lvl ) : void
lvl int
리턴 void

update() 공개 메소드

public update ( float &firstAd, float baseFirstAd, float &secAd, float basesecAd ) : void
firstAd float
baseFirstAd float
secAd float
basesecAd float
리턴 void