mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
249 B
C++
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;
|
|
}
|
|
|