C# 클래스 Codebreak.Service.World.Game.Entity.TaxCollectorEntity

상속: Codebreak.Service.World.Game.Fight.AI.AIFighter, IDisposable
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CanBeExchanged() 공개 메소드

public CanBeExchanged ( Exchange exchangeType ) : bool
exchangeType Exchange
리턴 bool

CanBeMoved() 공개 메소드

public CanBeMoved ( ) : bool
리턴 bool

DefenderJoin() 공개 메소드

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

DefenderLeft() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndFight() 공개 메소드

public EndFight ( bool win = false ) : void
win bool
리턴 void

JoinFight() 공개 메소드

public JoinFight ( Fight fight, Fight team ) : void
fight Fight
team Fight
리턴 void

SerializeAs_GameMapInformations() 공개 메소드

public SerializeAs_GameMapInformations ( OperatorEnum operation, StringBuilder message ) : void
operation OperatorEnum
message StringBuilder
리턴 void

TaxCollectorEntity() 공개 메소드

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