7 lines
165 B
C++
Executable file
7 lines
165 B
C++
Executable file
#include "PlatformComponent.h"
|
|
|
|
FPlatformComponent::FPlatformComponent() {
|
|
this->ComponentClass = NULL;
|
|
this->Criteria = EPlatformComponentCriteria::All;
|
|
}
|
|
|