mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
9 lines
163 B
C++
9 lines
163 B
C++
#include "HomebaseNodeState.h"
|
|
|
|
FHomebaseNodeState::FHomebaseNodeState() {
|
|
this->bIsOwned = false;
|
|
this->bAreCostsPayable = false;
|
|
this->Level = 0;
|
|
}
|
|
|