DRG-Femboy-Voice/Source/FSD/Private/CommunityGoalFaction.cpp
2025-04-15 12:39:31 -07:00

8 lines
180 B
C++
Executable file

#include "CommunityGoalFaction.h"
UCommunityGoalFaction::UCommunityGoalFaction() {
this->Icon = NULL;
this->Frame = NULL;
this->FactionID = EFSDFaction::NoFaction;
}