C# Class Pass, verthex

Inheritance: TurnAction
Show file Open project: austinblakeslee/verthex Class Usage Examples

Public Methods

Method Description
GetActionMessage ( ) : string
Pass ( int t ) : System.Collections
Pass ( string actionMessage ) : System.Collections
Perform ( ) : void

Protected Methods

Method Description
ParseActionMessage ( string actionMessage ) : void

Method Details

GetActionMessage() public method

public GetActionMessage ( ) : string
return string

ParseActionMessage() protected method

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
return void

Pass() public method

public Pass ( int t ) : System.Collections
t int
return System.Collections

Pass() public method

public Pass ( string actionMessage ) : System.Collections
actionMessage string
return System.Collections

Perform() public method

public Perform ( ) : void
return void