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

8 lines
155 B
C++
Executable file

#include "XPSettings.h"
FXPSettings::FXPSettings() {
this->XP_PerGold = 0.00f;
this->XP_PerKill = 0.00f;
this->XP_OnSurvivedLevel = 0.00f;
}