7 lines
137 B
C++
Executable file
7 lines
137 B
C++
Executable file
#include "CommunityGoalRequest.h"
|
|
|
|
FCommunityGoalRequest::FCommunityGoalRequest() {
|
|
this->FactionID = 0;
|
|
this->Value = 0.00f;
|
|
}
|
|
|