C# Class Codebreak.Service.World.Game.Entity.TaxCollectorEntity

Inheritance: Codebreak.Service.World.Game.Fight.AI.AIFighter, IDisposable
显示文件 Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
CanBeExchanged ( Exchange exchangeType ) : bool

CanBeMoved ( ) : bool

DefenderJoin ( GuildMember member ) : void

DefenderLeft ( GuildMember member ) : void

Dispose ( ) : void

EndFight ( bool win = false ) : void

JoinFight ( Fight fight, Fight team ) : void

SerializeAs_GameMapInformations ( OperatorEnum operation, StringBuilder message ) : void

TaxCollectorEntity ( GuildInstance guild, TaxCollectorDAO record ) : System

Method Details

CanBeExchanged() public method

public CanBeExchanged ( Exchange exchangeType ) : bool
exchangeType Exchange
return bool

CanBeMoved() public method

public CanBeMoved ( ) : bool
return bool

DefenderJoin() public method

public DefenderJoin ( GuildMember member ) : void
member Codebreak.Service.World.Game.Guild.GuildMember
return void

DefenderLeft() public method

public DefenderLeft ( GuildMember member ) : void
member Codebreak.Service.World.Game.Guild.GuildMember
return void

Dispose() public method

public Dispose ( ) : void
return void

EndFight() public method

public EndFight ( bool win = false ) : void
win bool
return void

JoinFight() public method

public JoinFight ( Fight fight, Fight team ) : void
fight Fight
team Fight
return void

SerializeAs_GameMapInformations() public method

public SerializeAs_GameMapInformations ( OperatorEnum operation, StringBuilder message ) : void
operation OperatorEnum
message StringBuilder
return void

TaxCollectorEntity() public method

public TaxCollectorEntity ( GuildInstance guild, TaxCollectorDAO record ) : System
guild Codebreak.Service.World.Game.Guild.GuildInstance
record TaxCollectorDAO
return System