C# 클래스 GameFramework.CombatStatisticInfo

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

공개 메소드들

메소드 설명
AddContinueDeadCount ( int count ) : void
AddContinueKillCount ( int count ) : void
AddDeadCount ( int count ) : void
AddKillHeroCount ( int count ) : void
AddKillNpcCount ( int count ) : void
AddKillTowerCount ( int count ) : void
AddMultiKillCount ( int count ) : void
AddTotalDamageFromMyself ( int val ) : void
AddTotalDamageToMyself ( int val ) : void
ClearContinueDeadCount ( ) : void
ClearContinueKillCount ( ) : void
ClearMultiKillCount ( ) : void
Reset ( ) : void

메소드 상세

AddContinueDeadCount() 공개 메소드

public AddContinueDeadCount ( int count ) : void
count int
리턴 void

AddContinueKillCount() 공개 메소드

public AddContinueKillCount ( int count ) : void
count int
리턴 void

AddDeadCount() 공개 메소드

public AddDeadCount ( int count ) : void
count int
리턴 void

AddKillHeroCount() 공개 메소드

public AddKillHeroCount ( int count ) : void
count int
리턴 void

AddKillNpcCount() 공개 메소드

public AddKillNpcCount ( int count ) : void
count int
리턴 void

AddKillTowerCount() 공개 메소드

public AddKillTowerCount ( int count ) : void
count int
리턴 void

AddMultiKillCount() 공개 메소드

public AddMultiKillCount ( int count ) : void
count int
리턴 void

AddTotalDamageFromMyself() 공개 메소드

public AddTotalDamageFromMyself ( int val ) : void
val int
리턴 void

AddTotalDamageToMyself() 공개 메소드

public AddTotalDamageToMyself ( int val ) : void
val int
리턴 void

ClearContinueDeadCount() 공개 메소드

public ClearContinueDeadCount ( ) : void
리턴 void

ClearContinueKillCount() 공개 메소드

public ClearContinueKillCount ( ) : void
리턴 void

ClearMultiKillCount() 공개 메소드

public ClearMultiKillCount ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void