C# Class BaseSkills, TheDeadMemories

Inheritance: DamageSkills
ファイルを表示 Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Property Type Description
m_ad float
m_lvlDamage int

Public Methods

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

Method Details

BaseSkills() public method

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

getAd() public method

public getAd ( ) : float
return float

getCostIncAd() public method

public getCostIncAd ( ) : int
return int

getCostIncDamage() public method

public getCostIncDamage ( ) : int
return int

getDescriptionAd() public method

public getDescriptionAd ( ) : string
return string

getDescriptionDamage() public method

public getDescriptionDamage ( ) : string
return string

getLvlAd() public method

public getLvlAd ( ) : int
return int

getLvlDamage() public method

public getLvlDamage ( ) : int
return int

getNameAd() public method

public getNameAd ( ) : string
return string

getNameDamage() public method

public getNameDamage ( ) : string
return string

setCostIncAd() public method

public setCostIncAd ( int cost ) : void
cost int
return void

setCostIncDamage() public method

public setCostIncDamage ( int cost ) : void
cost int
return void

setLvlAd() public method

public setLvlAd ( int lvl ) : void
lvl int
return void

setLvlDamage() public method

public setLvlDamage ( int lvl ) : void
lvl int
return void

update() public method

public update ( ) : void
return void

Property Details

m_ad protected_oe property

protected float m_ad
return float

m_lvlDamage protected_oe property

protected int m_lvlDamage
return int