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

Inheritance: AbstractGameAction
Show file Open project: hussein-aitlahcen/codebreak

Public Methods

Method Description
AbstractGameExchangeAction ( AbstractExchange exchange, AbstractEntity localEntity, AbstractEntity distantEntity = null ) : System

Accept ( ) : void

Leave ( bool success = false ) : void

Method Details

AbstractGameExchangeAction() public method

public AbstractGameExchangeAction ( AbstractExchange exchange, AbstractEntity localEntity, AbstractEntity distantEntity = null ) : System
exchange Codebreak.Service.World.Game.Exchange.AbstractExchange
localEntity Codebreak.Service.World.Game.Entity.AbstractEntity
distantEntity Codebreak.Service.World.Game.Entity.AbstractEntity
return System

Accept() public method

public Accept ( ) : void
return void

Leave() public method

public Leave ( bool success = false ) : void
success bool
return void