6 lines
144 B
C++
Executable file
6 lines
144 B
C++
Executable file
#include "CommunityGoalIncrementResponse.h"
|
|
|
|
FCommunityGoalIncrementResponse::FCommunityGoalIncrementResponse() {
|
|
this->success = false;
|
|
}
|
|
|