7 lines
95 B
C++
Executable file
7 lines
95 B
C++
Executable file
#include "PlaguePuddle.h"
|
|
|
|
|
|
APlaguePuddle::APlaguePuddle() {
|
|
this->MaxPlaguePiles = 30;
|
|
}
|
|
|