C# 클래스 TableConfig.SkillDamageData

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddAttack int
AddCritical int
AddCriticalPow int
AddDefence int
AddRps int
AddShield int
AddSpeed float
Damage float
HpRecover int
IsFinal bool
MpRecover int

공개 메소드들

메소드 설명
CopyFrom ( SkillDamageData other ) : void
Merge ( SkillDamageData other ) : void

메소드 상세

CopyFrom() 공개 메소드

public CopyFrom ( SkillDamageData other ) : void
other SkillDamageData
리턴 void

Merge() 공개 메소드

public Merge ( SkillDamageData other ) : void
other SkillDamageData
리턴 void

프로퍼티 상세

AddAttack 공개적으로 프로퍼티

public int AddAttack
리턴 int

AddCritical 공개적으로 프로퍼티

public int AddCritical
리턴 int

AddCriticalPow 공개적으로 프로퍼티

public int AddCriticalPow
리턴 int

AddDefence 공개적으로 프로퍼티

public int AddDefence
리턴 int

AddRps 공개적으로 프로퍼티

public int AddRps
리턴 int

AddShield 공개적으로 프로퍼티

public int AddShield
리턴 int

AddSpeed 공개적으로 프로퍼티

public float AddSpeed
리턴 float

Damage 공개적으로 프로퍼티

public float Damage
리턴 float

HpRecover 공개적으로 프로퍼티

public int HpRecover
리턴 int

IsFinal 공개적으로 프로퍼티

public bool IsFinal
리턴 bool

MpRecover 공개적으로 프로퍼티

public int MpRecover
리턴 int