C# Class PassiveSkills, TheDeadMemories

Inheritance: Skills
Exibir arquivo Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Methods

Method Description
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

Method Details

PassiveSkills() public method

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
return System.Collections

getCostIncFirstAd() public method

public getCostIncFirstAd ( ) : int
return int

getCostIncSecAd() public method

public getCostIncSecAd ( ) : int
return int

getDescriptionFirstAd() public method

public getDescriptionFirstAd ( ) : string
return string

getDescriptionSecAd() public method

public getDescriptionSecAd ( ) : string
return string

getLvlFirstAd() public method

public getLvlFirstAd ( ) : int
return int

getLvlSecAd() public method

public getLvlSecAd ( ) : int
return int

getNameFirstAd() public method

public getNameFirstAd ( ) : string
return string

getNameSecAd() public method

public getNameSecAd ( ) : string
return string

setCostIncFirstAd() public method

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

setCostIncSecAd() public method

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

setLvlFirstAd() public method

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

setLvlSecAd() public method

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

update() public method

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