Files
2024-01-21 00:41:14 +01:00

12 lines
249 B
C++

#include "ManorHeart.h"
void AManorHeart::TravelToNewWorld(const FString& NewTheaterId) {
}
AManorHeart::AManorHeart() {
this->KeepIconActor = NULL;
this->ContainerNamesToDestroy.AddDefaulted(2);
this->InfiniteStaminaEffect = NULL;
}