C# Class GPSTD_RM.CreepFactory

Show file Open project: dideler/gps-tower-defense

Public Methods

Method Description
Car1 ( int waveNum ) : Creep
Car2 ( int waveNum ) : Creep
Car3 ( int waveNum ) : Creep
GreenTank ( int waveNum ) : Creep
TransportTruck ( int waveNum ) : Creep
defaultSpeed ( Creep c ) : float
defaultStats ( Creep c ) : int

Method Details

Car1() public static method

public static Car1 ( int waveNum ) : Creep
waveNum int
return Creep

Car2() public static method

public static Car2 ( int waveNum ) : Creep
waveNum int
return Creep

Car3() public static method

public static Car3 ( int waveNum ) : Creep
waveNum int
return Creep

GreenTank() public static method

public static GreenTank ( int waveNum ) : Creep
waveNum int
return Creep

TransportTruck() public static method

public static TransportTruck ( int waveNum ) : Creep
waveNum int
return Creep

defaultSpeed() public static method

public static defaultSpeed ( Creep c ) : float
c Creep
return float

defaultStats() public static method

public static defaultStats ( Creep c ) : int
c Creep
return int