8 lines
180 B
C++
Executable file
8 lines
180 B
C++
Executable file
#include "CommunityGoalFaction.h"
|
|
|
|
UCommunityGoalFaction::UCommunityGoalFaction() {
|
|
this->Icon = NULL;
|
|
this->Frame = NULL;
|
|
this->FactionID = EFSDFaction::NoFaction;
|
|
}
|
|
|