C# Class Electric_Potatoe_TD.Wave

Datei anzeigen Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Public Properties

Property Type Description
ListOfMonster List

Public Methods

Method Description
AddMonsters ( Type ty, int nb ) : void
SpawnMonster ( ) : Mob
SpawnMonster ( List waypoint ) : Mob
Wave ( ) : System

Method Details

AddMonsters() public method

public AddMonsters ( Type ty, int nb ) : void
ty System.Type
nb int
return void

SpawnMonster() public method

public SpawnMonster ( ) : Mob
return Electric_Potatoe_TD.Mob.Mob

SpawnMonster() public method

public SpawnMonster ( List waypoint ) : Mob
waypoint List
return Electric_Potatoe_TD.Mob.Mob

Wave() public method

public Wave ( ) : System
return System

Property Details

ListOfMonster public_oe property

public List ListOfMonster
return List