6 lines
91 B
C++
Executable file
6 lines
91 B
C++
Executable file
#include "SeasonXPReward.h"
|
|
|
|
USeasonXPReward::USeasonXPReward() {
|
|
this->Amount = 0;
|
|
}
|
|
|