Namespace: GhostWarsAssembly: GhostWars (in GhostWars.exe) Version: 1.1.1.0 (1.1.1)
public void Attack(
Team attackerTeam,
int numberOfAttackerGhosts
)
public void Attack(
Team attackerTeam,
int numberOfAttackerGhosts
)
Public Sub Attack (
attackerTeam As Team,
numberOfAttackerGhosts As Integer
)
Public Sub Attack (
attackerTeam As Team,
numberOfAttackerGhosts As Integer
)
public:
void Attack(
Team attackerTeam,
int numberOfAttackerGhosts
)
public:
void Attack(
Team attackerTeam,
int numberOfAttackerGhosts
)
member Attack :
attackerTeam : Team *
numberOfAttackerGhosts : int -> unit
member Attack :
attackerTeam : Team *
numberOfAttackerGhosts : int -> unit