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

12 lines
242 B
C++
Executable file

#include "DropSpikeTrackingSubsystem.h"
void UDropSpikeTrackingSubsystem::IncrementSpikeCount() {
}
int32 UDropSpikeTrackingSubsystem::GetSpikeCount() const {
return 0;
}
UDropSpikeTrackingSubsystem::UDropSpikeTrackingSubsystem() {
}