C# 클래스 Fight, verthex

상속: AgentAction
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
firingSection int
targetPlayer int
targetSection int
targetTower int

공개 메소드들

메소드 설명
Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections
Fight ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

보호된 메소드들

메소드 설명
ParseActionMessage ( string actionMessage ) : void

메소드 상세

Fight() 공개 메소드

public Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections
tNum int
firingSection int
targetTower Tower,
targetSection int
리턴 System.Collections

Fight() 공개 메소드

public Fight ( string actionMessage ) : System.Collections
actionMessage string
리턴 System.Collections

GetActionMessage() 공개 메소드

public GetActionMessage ( ) : string
리턴 string

ParseActionMessage() 보호된 메소드

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
리턴 void

Perform() 공개 메소드

public Perform ( ) : void
리턴 void

프로퍼티 상세

firingSection 공개적으로 프로퍼티

public int firingSection
리턴 int

targetPlayer 공개적으로 프로퍼티

public int targetPlayer
리턴 int

targetSection 공개적으로 프로퍼티

public int targetSection
리턴 int

targetTower 공개적으로 프로퍼티

public int targetTower
리턴 int