Added mapType to BaseGenerator
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
#include "towers_generator.hpp"
|
||||
|
||||
TowersGenerator::TowersGenerator() {
|
||||
TowersGenerator::TowersGenerator() : BaseGenerator(MapType::TOWERS) {
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user