C# Class Pass, verthex

Inheritance: TurnAction
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Méthode Description
GetActionMessage ( ) : string
Pass ( int t ) : System.Collections
Pass ( string actionMessage ) : System.Collections
Perform ( ) : void

Méthodes protégées

Méthode Description
ParseActionMessage ( string actionMessage ) : void

Method Details

GetActionMessage() public méthode

public GetActionMessage ( ) : string
Résultat string

ParseActionMessage() protected méthode

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
Résultat void

Pass() public méthode

public Pass ( int t ) : System.Collections
t int
Résultat System.Collections

Pass() public méthode

public Pass ( string actionMessage ) : System.Collections
actionMessage string
Résultat System.Collections

Perform() public méthode

public Perform ( ) : void
Résultat void