C# 클래스 CharacterData, PocketGodsRPG_Proto

파일 보기 프로젝트 열기: pocket-playlab/PocketGodsRPG_Proto 1 사용 예제들

공개 메소드들

메소드 설명
CharacterData ( AttackAttribute attackAttribute, DefenseAttribute defenseAttribute, SpeedAttribute speedAttribute, HealthAttribute healthAttribute ) : System.Collections
GetAttackAttribute ( ) : AttackAttribute
GetDefenseAttribute ( ) : DefenseAttribute
GetHealthAttribute ( ) : HealthAttribute
GetSpeedAttribute ( ) : SpeedAttribute

메소드 상세

CharacterData() 공개 메소드

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

GetAttackAttribute() 공개 메소드

public GetAttackAttribute ( ) : AttackAttribute
리턴 AttackAttribute

GetDefenseAttribute() 공개 메소드

public GetDefenseAttribute ( ) : DefenseAttribute
리턴 DefenseAttribute

GetHealthAttribute() 공개 메소드

public GetHealthAttribute ( ) : HealthAttribute
리턴 HealthAttribute

GetSpeedAttribute() 공개 메소드

public GetSpeedAttribute ( ) : SpeedAttribute
리턴 SpeedAttribute