mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
24 lines
442 B
C++
24 lines
442 B
C++
#include "FortBangWrapper_NUI.h"
|
|
|
|
void UFortBangWrapper_NUI::UnregisterTutorialNameID() {
|
|
}
|
|
|
|
void UFortBangWrapper_NUI::SetTutorialNameID(FName InTutorialNameID) {
|
|
}
|
|
|
|
void UFortBangWrapper_NUI::SetBangType(EFortBangType NewBangType) {
|
|
}
|
|
|
|
void UFortBangWrapper_NUI::SetBangStateBP(bool bEnabled, int32 Count) {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UFortBangWrapper_NUI::UFortBangWrapper_NUI() {
|
|
this->BangType = EFortBangType::Invalid;
|
|
this->ContentSlot = NULL;
|
|
}
|
|
|