Tower Defence 2
Public Member Functions | List of all members
EnemyType Class Reference

Description for creating new enemies. More...

#include <enemy.h>

Public Member Functions

 EnemyType (const std::string &name, int score, int money, double speed, int health)
 
int score () const
 
int money () const
 
std::string name () const
 
Enemycreate_enemy (double x, double y)
 Create new enemy of this type.
 

Detailed Description

Description for creating new enemies.


The documentation for this class was generated from the following files: