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

/
Inheritance: IDisposable
Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FightEndResult() public méthode

public FightEndResult ( long fightId, bool canWinHonor ) : System
fightId long
canWinHonor bool
Résultat System