8 lines
155 B
C++
Executable file
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;
|
|
}
|
|
|