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

7 lines
124 B
C++
Executable file

#include "CommunityReward.h"
FCommunityReward::FCommunityReward() {
this->Resource = NULL;
this->Value = 0.00f;
}