C# 클래스 Pass, verthex

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

공개 메소드들

메소드 설명
GetActionMessage ( ) : string
Pass ( int t ) : System.Collections
Pass ( string actionMessage ) : System.Collections
Perform ( ) : void

보호된 메소드들

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

메소드 상세

GetActionMessage() 공개 메소드

public GetActionMessage ( ) : string
리턴 string

ParseActionMessage() 보호된 메소드

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

Pass() 공개 메소드

public Pass ( int t ) : System.Collections
t int
리턴 System.Collections

Pass() 공개 메소드

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

Perform() 공개 메소드

public Perform ( ) : void
리턴 void