C# Class Codebreak.Service.World.Game.Action.GamePlayerExchangeAction

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

Méthodes publiques

Méthode Description
Abort ( ) : void

GamePlayerExchangeAction ( CharacterEntity localEntity, CharacterEntity distantEntity ) : System

Stop ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

GamePlayerExchangeAction() public méthode

public GamePlayerExchangeAction ( CharacterEntity localEntity, CharacterEntity distantEntity ) : System
localEntity Codebreak.Service.World.Game.Entity.CharacterEntity
distantEntity Codebreak.Service.World.Game.Entity.CharacterEntity
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void