C# 클래스 BaseSkills, TheDeadMemories

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_ad float
m_lvlDamage int

공개 메소드들

메소드 설명
BaseSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncAd, string nameDamage, string nameAd, string descriptionDamage, string descriptionAd, float baseAd ) : System.Collections
getAd ( ) : float
getCostIncAd ( ) : int
getCostIncDamage ( ) : int
getDescriptionAd ( ) : string
getDescriptionDamage ( ) : string
getLvlAd ( ) : int
getLvlDamage ( ) : int
getNameAd ( ) : string
getNameDamage ( ) : string
setCostIncAd ( int cost ) : void
setCostIncDamage ( int cost ) : void
setLvlAd ( int lvl ) : void
setLvlDamage ( int lvl ) : void
update ( ) : void

메소드 상세

BaseSkills() 공개 메소드

public BaseSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncAd, string nameDamage, string nameAd, string descriptionDamage, string descriptionAd, float baseAd ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
costIncDamage int
costIncAd int
nameDamage string
nameAd string
descriptionDamage string
descriptionAd string
baseAd float
리턴 System.Collections

getAd() 공개 메소드

public getAd ( ) : float
리턴 float

getCostIncAd() 공개 메소드

public getCostIncAd ( ) : int
리턴 int

getCostIncDamage() 공개 메소드

public getCostIncDamage ( ) : int
리턴 int

getDescriptionAd() 공개 메소드

public getDescriptionAd ( ) : string
리턴 string

getDescriptionDamage() 공개 메소드

public getDescriptionDamage ( ) : string
리턴 string

getLvlAd() 공개 메소드

public getLvlAd ( ) : int
리턴 int

getLvlDamage() 공개 메소드

public getLvlDamage ( ) : int
리턴 int

getNameAd() 공개 메소드

public getNameAd ( ) : string
리턴 string

getNameDamage() 공개 메소드

public getNameDamage ( ) : string
리턴 string

setCostIncAd() 공개 메소드

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

setCostIncDamage() 공개 메소드

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

setLvlAd() 공개 메소드

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

setLvlDamage() 공개 메소드

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

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

m_ad 보호되어 있는 프로퍼티

protected float m_ad
리턴 float

m_lvlDamage 보호되어 있는 프로퍼티

protected int m_lvlDamage
리턴 int