Property | Type | Description | |
---|---|---|---|
m_ad | float | ||
m_lvlDamage | int |
Method | Description | |
---|---|---|
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 |
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 | |
return | System.Collections |