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

7 lines
120 B
C++
Executable file

#include "SpecialEvent.h"
USpecialEvent::USpecialEvent() {
this->Weight = 1.00f;
this->EventSpawner = NULL;
}