C# Class Codebreak.Service.World.Game.Fight.FightEndResult

/
Inheritance: IDisposable
Datei anzeigen Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
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

Method Details

AddResult() public method

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
return void

Dispose() public method

public Dispose ( ) : void
return void

FightEndResult() public method

public FightEndResult ( long fightId, bool canWinHonor ) : System
fightId long
canWinHonor bool
return System