Property | Type | Description | |
---|---|---|---|
firingSection | int | ||
targetPlayer | int | ||
targetSection | int | ||
targetTower | int |
Method | Description | |
---|---|---|
Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections | ||
Fight ( string actionMessage ) : System.Collections | ||
GetActionMessage ( ) : string | ||
Perform ( ) : void |
Method | Description | |
---|---|---|
ParseActionMessage ( string actionMessage ) : void |
public Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections | ||
tNum | int | |
firingSection | int | |
targetTower | Tower, | |
targetSection | int | |
return | System.Collections |
public Fight ( string actionMessage ) : System.Collections | ||
actionMessage | string | |
return | System.Collections |
protected ParseActionMessage ( string actionMessage ) : void | ||
actionMessage | string | |
return | void |