Property | Type | Description | |
---|---|---|---|
actionName | string | ||
cost | int | ||
playerNumber | int | ||
towerNumber | int |
Method | Description | |
---|---|---|
GetActionForMessage ( string message ) : TurnAction, | ||
GetActionMessage ( ) : string | ||
Perform ( ) : void | ||
TurnAction ( string actionName ) : System.Collections |
Method | Description | |
---|---|---|
FormatActionMessage ( ) : string | ||
ParseActionMessage ( string actionMessage ) : void |
public static GetActionForMessage ( string message ) : TurnAction, | ||
message | string | |
return | TurnAction, |
public abstract GetActionMessage ( ) : string | ||
return | string |
protected abstract ParseActionMessage ( string actionMessage ) : void | ||
actionMessage | string | |
return | void |
public TurnAction ( string actionName ) : System.Collections | ||
actionName | string | |
return | System.Collections |