mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
9 lines
230 B
C++
9 lines
230 B
C++
#include "FortResurrectionUIData.h"
|
|
|
|
FFortResurrectionUIData::FFortResurrectionUIData() {
|
|
this->bResurrectionChipAvailable = false;
|
|
this->bResurrectionChipPickedUp = false;
|
|
this->bResurrectionChipRebooting = false;
|
|
}
|
|
|