C# Class Codebreak.Service.World.Game.Exchange.AuctionHouseBuyExchange

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

Public Methods

Method Description
AuctionHouseBuyExchange ( CharacterEntity character, NonPlayerCharacterEntity npc ) : Codebreak.Service.World.Game.Auction

Create ( ) : void

Leave ( bool success = false ) : void

Method Details

AuctionHouseBuyExchange() public method

public AuctionHouseBuyExchange ( CharacterEntity character, NonPlayerCharacterEntity npc ) : Codebreak.Service.World.Game.Auction
character Codebreak.Service.World.Game.Entity.CharacterEntity
npc NonPlayerCharacterEntity
return Codebreak.Service.World.Game.Auction

Create() public method

public Create ( ) : void
return void

Leave() public method

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