mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
Update
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#include "SmartObjectExecutionSlot.h"
|
||||
|
||||
FSmartObjectExecutionSlot::FSmartObjectExecutionSlot() {
|
||||
this->State = ESmartObjectSlotState::Free;
|
||||
this->UserAvatar = NULL;
|
||||
this->AssignedBehavior = NULL;
|
||||
this->SlotIndex = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user