6 lines
105 B
C++
Executable file
6 lines
105 B
C++
Executable file
#include "RetirementReward.h"
|
|
|
|
URetirementReward::URetirementReward() {
|
|
this->characterID = NULL;
|
|
}
|
|
|