mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
15 lines
214 B
C++
15 lines
214 B
C++
#include "FortUpgradeDetailsBase.h"
|
|
|
|
void UFortUpgradeDetailsBase::RequestPurchaseNode() {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UFortUpgradeDetailsBase::UFortUpgradeDetailsBase() {
|
|
this->VideoPlayer = NULL;
|
|
this->UpgradeInfo = NULL;
|
|
}
|
|
|