This commit is contained in:
Niklas
2024-03-03 23:44:39 +01:00
parent cc122e5dea
commit 6a689f41fe
19244 changed files with 508496 additions and 12245 deletions
@@ -0,0 +1,9 @@
#include "SmartObjectExecutionSlot.h"
FSmartObjectExecutionSlot::FSmartObjectExecutionSlot() {
this->State = ESmartObjectSlotState::Free;
this->UserAvatar = NULL;
this->AssignedBehavior = NULL;
this->SlotIndex = 0;
}