C# Class CharacterData, PocketGodsRPG_Proto

Afficher le fichier Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Méthodes publiques

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

Method Details

CharacterData() public méthode

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

GetAttackAttribute() public méthode

public GetAttackAttribute ( ) : AttackAttribute
Résultat AttackAttribute

GetDefenseAttribute() public méthode

public GetDefenseAttribute ( ) : DefenseAttribute
Résultat DefenseAttribute

GetHealthAttribute() public méthode

public GetHealthAttribute ( ) : HealthAttribute
Résultat HealthAttribute

GetSpeedAttribute() public méthode

public GetSpeedAttribute ( ) : SpeedAttribute
Résultat SpeedAttribute