Files
2026-04-22 15:51:07 +02: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;
}