Property | Type | Description | |
---|---|---|---|
m_baseDamage | float | ||
m_damage | float |
Method | Description | |
---|---|---|
DamageSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float baseDamage ) : System.Collections | ||
getDamage ( ) : float | ||
setBaseDamage ( float baseDamage ) : void | ||
setDamage ( float damage ) : void |
public DamageSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float baseDamage ) : System.Collections | ||
name | string | |
description | string | |
price | int | |
father | Skills, | |
timeIncantation | float | |
manaCost | int | |
particule | Transform | |
baseDamage | float | |
return | System.Collections |
public setBaseDamage ( float baseDamage ) : void | ||
baseDamage | float | |
return | void |