8 lines
197 B
C++
Executable file
8 lines
197 B
C++
Executable file
#include "DormantComponentState.h"
|
|
|
|
FDormantComponentState::FDormantComponentState() {
|
|
this->Collision = ECollisionEnabled::NoCollision;
|
|
this->Active = false;
|
|
this->Visible = false;
|
|
}
|
|
|