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

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

Public Methods

Method Description
Abort ( ) : void

GamePlayerExchangeAction ( CharacterEntity localEntity, CharacterEntity distantEntity ) : System

Stop ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

GamePlayerExchangeAction() public method

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

Stop() public method

public Stop ( ) : void
return void