C# Class CharacterData, PocketGodsRPG_Proto

Mostra file Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Public Methods

Method Description
CharacterData ( AttackAttribute attackAttribute, DefenseAttribute defenseAttribute, SpeedAttribute speedAttribute, HealthAttribute healthAttribute ) : System.Collections
GetAttackAttribute ( ) : AttackAttribute
GetDefenseAttribute ( ) : DefenseAttribute
GetHealthAttribute ( ) : HealthAttribute
GetSpeedAttribute ( ) : SpeedAttribute

Method Details

CharacterData() public method

public CharacterData ( AttackAttribute attackAttribute, DefenseAttribute defenseAttribute, SpeedAttribute speedAttribute, HealthAttribute healthAttribute ) : System.Collections
attackAttribute AttackAttribute
defenseAttribute DefenseAttribute
speedAttribute SpeedAttribute
healthAttribute HealthAttribute
return System.Collections

GetAttackAttribute() public method

public GetAttackAttribute ( ) : AttackAttribute
return AttackAttribute

GetDefenseAttribute() public method

public GetDefenseAttribute ( ) : DefenseAttribute
return DefenseAttribute

GetHealthAttribute() public method

public GetHealthAttribute ( ) : HealthAttribute
return HealthAttribute

GetSpeedAttribute() public method

public GetSpeedAttribute ( ) : SpeedAttribute
return SpeedAttribute