C# 클래스 TurnAction, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
actionName string
cost int
playerNumber int
towerNumber int

공개 메소드들

메소드 설명
GetActionForMessage ( string message ) : TurnAction,
GetActionMessage ( ) : string
Perform ( ) : void
TurnAction ( string actionName ) : System.Collections

보호된 메소드들

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

메소드 상세

FormatActionMessage() 보호된 메소드

protected FormatActionMessage ( ) : string
리턴 string

GetActionForMessage() 공개 정적인 메소드

public static GetActionForMessage ( string message ) : TurnAction,
message string
리턴 TurnAction,

GetActionMessage() 공개 추상적인 메소드

public abstract GetActionMessage ( ) : string
리턴 string

ParseActionMessage() 보호된 추상적인 메소드

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

Perform() 공개 추상적인 메소드

public abstract Perform ( ) : void
리턴 void

TurnAction() 공개 메소드

public TurnAction ( string actionName ) : System.Collections
actionName string
리턴 System.Collections

프로퍼티 상세

actionName 공개적으로 프로퍼티

public string actionName
리턴 string

cost 공개적으로 프로퍼티

public int cost
리턴 int

playerNumber 공개적으로 프로퍼티

public int playerNumber
리턴 int

towerNumber 공개적으로 프로퍼티

public int towerNumber
리턴 int