C# 클래스 Codebreak.Service.World.Game.Fight.FightEndResult

/
상속: IDisposable
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 메소드들

메소드 설명
AddResult ( AbstractFighter fighter, FightEndTypeEnum type = FightEndTypeEnum.END_LOSER, bool leave = false, long kamas, long exp, long honour, long dishonour, long guildxp, long mountxp, int>.Dictionary items = null ) : void

Dispose ( ) : void

FightEndResult ( long fightId, bool canWinHonor ) : System

메소드 상세

AddResult() 공개 메소드

public AddResult ( AbstractFighter fighter, FightEndTypeEnum type = FightEndTypeEnum.END_LOSER, bool leave = false, long kamas, long exp, long honour, long dishonour, long guildxp, long mountxp, int>.Dictionary items = null ) : void
fighter AbstractFighter
type FightEndTypeEnum
leave bool
kamas long
exp long
honour long
dishonour long
guildxp long
mountxp long
items int>.Dictionary
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FightEndResult() 공개 메소드

public FightEndResult ( long fightId, bool canWinHonor ) : System
fightId long
canWinHonor bool
리턴 System