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

Inheritance: AbstractGameExchangeAction
Show file Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
Abort ( ) : void

GameTaxCollectorExchangeAction ( CharacterEntity character, TaxCollectorEntity taxCollector ) : Codebreak.Service.World.Game.Entity

Start ( ) : void

Stop ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

GameTaxCollectorExchangeAction() public method

public GameTaxCollectorExchangeAction ( CharacterEntity character, TaxCollectorEntity taxCollector ) : Codebreak.Service.World.Game.Entity
character Codebreak.Service.World.Game.Entity.CharacterEntity
taxCollector Codebreak.Service.World.Game.Entity.TaxCollectorEntity
return Codebreak.Service.World.Game.Entity

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void