mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 12:33:26 +00:00
Update
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#include "GenericSmartObject.h"
|
||||
#include "SmartObjectComponent.h"
|
||||
|
||||
AGenericSmartObject::AGenericSmartObject() {
|
||||
this->SOComponent = CreateDefaultSubobject<USmartObjectComponent>(TEXT("SmartObjectComp"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user