7 lines
124 B
C++
Executable file
7 lines
124 B
C++
Executable file
#include "CommunityReward.h"
|
|
|
|
FCommunityReward::FCommunityReward() {
|
|
this->Resource = NULL;
|
|
this->Value = 0.00f;
|
|
}
|
|
|