7 lines
151 B
C++
Executable file
7 lines
151 B
C++
Executable file
#include "StoreBoughtAquisition.h"
|
|
|
|
UStoreBoughtAquisition::UStoreBoughtAquisition() {
|
|
this->CreditsCost = 0;
|
|
this->RequiredPlayerRank = 0;
|
|
}
|
|
|