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

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

Public Methods

Method Description
Abort ( ) : void

GameStorageExchangeAction ( CharacterEntity character, StorageInventory storage, ExchangeTypeEnum type = ExchangeTypeEnum.EXCHANGE_STORAGE ) : Codebreak.Service.World.Game.Entity

Start ( ) : void

Stop ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

GameStorageExchangeAction() public method

public GameStorageExchangeAction ( CharacterEntity character, StorageInventory storage, ExchangeTypeEnum type = ExchangeTypeEnum.EXCHANGE_STORAGE ) : Codebreak.Service.World.Game.Entity
character Codebreak.Service.World.Game.Entity.CharacterEntity
storage Codebreak.Service.World.Game.Entity.Inventory.StorageInventory
type ExchangeTypeEnum
return Codebreak.Service.World.Game.Entity

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void