C# 클래스 Codebreak.Service.World.Game.Fight.AI.AIFighter

상속: AbstractFighter
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak

공개 메소드들

메소드 설명
JoinFight ( AbstractFight fight, FightTeam team ) : void

보호된 메소드들

메소드 설명
AIFighter ( EntityTypeEnum type, long id, bool staticInvocation = false ) : System

메소드 상세

AIFighter() 보호된 메소드

protected AIFighter ( EntityTypeEnum type, long id, bool staticInvocation = false ) : System
type EntityTypeEnum
id long
staticInvocation bool
리턴 System

JoinFight() 공개 메소드

public JoinFight ( AbstractFight fight, FightTeam team ) : void
fight AbstractFight
team FightTeam
리턴 void