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

Inheritance: AbstractActivableObject
Afficher le fichier Open project: hussein-aitlahcen/codebreak

Méthodes publiques

Méthode Description
Appear ( MessageDispatcher dispatcher ) : void

AppearForAll ( ) : void

DisappearForAll ( ) : void

FightGlyph ( AbstractFight fight, AbstractFighter caster, CastInfos effect, int cell, int duration ) : System

Method Details

Appear() public méthode

public Appear ( MessageDispatcher dispatcher ) : void
dispatcher Codebreak.Service.World.Network.MessageDispatcher
Résultat void

AppearForAll() public méthode

public AppearForAll ( ) : void
Résultat void

DisappearForAll() public méthode

public DisappearForAll ( ) : void
Résultat void

FightGlyph() public méthode

public FightGlyph ( AbstractFight fight, AbstractFighter caster, CastInfos effect, int cell, int duration ) : System
fight AbstractFight
caster AbstractFighter
effect Codebreak.Service.World.Game.Fight.Effect.CastInfos
cell int
duration int
Résultat System