Свойство | Тип | Описание | |
---|---|---|---|
firingSection | int | ||
targetPlayer | int | ||
targetSection | int | ||
targetTower | int |
Метод | Описание | |
---|---|---|
Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections | ||
Fight ( string actionMessage ) : System.Collections | ||
GetActionMessage ( ) : string | ||
Perform ( ) : void |
Метод | Описание | |
---|---|---|
ParseActionMessage ( string actionMessage ) : void |
public Fight ( int tNum, int firingSection, Tower, targetTower, int targetSection ) : System.Collections | ||
tNum | int | |
firingSection | int | |
targetTower | Tower, | |
targetSection | int | |
Результат | System.Collections |
public Fight ( string actionMessage ) : System.Collections | ||
actionMessage | string | |
Результат | System.Collections |
protected ParseActionMessage ( string actionMessage ) : void | ||
actionMessage | string | |
Результат | void |