8 lines
161 B
C++
Executable file
8 lines
161 B
C++
Executable file
#include "RandomSubRoomFeature.h"
|
|
|
|
URandomSubRoomFeature::URandomSubRoomFeature() {
|
|
this->RoomGroup = NULL;
|
|
this->Layer = 0;
|
|
this->Scale = 0.00f;
|
|
}
|
|
|