Steam Fort 0.5
|
#include <mission.hpp>
Public Member Functions | |
Mission () | |
Standard class constructor. | |
Public Attributes | |
std::string | name |
Name of mission. | |
int | location |
Type of mission. | |
int | difficult |
Difficult of mission. | |
int | length |
Lenght of mission. | |
int | targettype |
Type of target for finish mission. | |
std::string | target |
Name of target for finish mission. | |
std::string | description |
Description of mission. |
Mission::Mission | ( | ) |
Standard class constructor.
std::string Mission::description |
Description of mission.
Difficult of mission.
int Mission::length |
Lenght of mission.
Type of mission.
std::string Mission::name |
Name of mission.
std::string Mission::target |
Name of target for finish mission.
Type of target for finish mission.