7 lines
141 B
C++
Executable file
7 lines
141 B
C++
Executable file
#include "RoomDecorationObject.h"
|
|
|
|
URoomDecorationObject::URoomDecorationObject() {
|
|
this->Positioning = NULL;
|
|
this->Actor = NULL;
|
|
}
|
|
|