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

18 lines
457 B
C++
Executable file

#include "GemResourceData.h"
int32 UGemResourceData::GetCollectedGemsCreditValue(AFSDGameState* GameState) {
return 0;
}
int32 UGemResourceData::GetCollectedGemsAmount(AFSDGameState* GameState) {
return 0;
}
UGemResourceData::UGemResourceData() {
this->DebrisPositioning = NULL;
this->CheckIfCompletelyCoveredByTerrain = false;
this->ResourceCreator = NULL;
this->InfluencerRange = 450.00f;
this->ImportantRadius = -1.00f;
}