C# Class SkillTree2, TimeTeamProject

Inheritance: MonoBehaviour
Exibir arquivo Open project: cmpt360/TimeTeamProject Class Usage Examples

Public Properties

Property Type Description
EnergyBallMpCost float
EnergyBallPrice int
FireBreathDamage float
FireBreathMpCost float
FireBreathPrice int
SunStrikeDamage float
SunStrikeMpCost float
SunStrikePrice int
maxEnergyBallLv int
maxFireBreathLv int
maxSunStrikeLv int
stat StatCollectionClass,

Public Methods

Method Description
OnGUI ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

EnergyBallMpCost public_oe property

public float EnergyBallMpCost
return float

EnergyBallPrice public_oe property

public int EnergyBallPrice
return int

FireBreathDamage public_oe property

public float FireBreathDamage
return float

FireBreathMpCost public_oe property

public float FireBreathMpCost
return float

FireBreathPrice public_oe property

public int FireBreathPrice
return int

SunStrikeDamage public_oe property

public float SunStrikeDamage
return float

SunStrikeMpCost public_oe property

public float SunStrikeMpCost
return float

SunStrikePrice public_oe property

public int SunStrikePrice
return int

maxEnergyBallLv public_oe property

public int maxEnergyBallLv
return int

maxFireBreathLv public_oe property

public int maxFireBreathLv
return int

maxSunStrikeLv public_oe property

public int maxSunStrikeLv
return int

stat public_oe property

public StatCollectionClass, stat
return StatCollectionClass,