7 lines
116 B
C++
Executable file
7 lines
116 B
C++
Executable file
#include "CraftingCost.h"
|
|
|
|
FCraftingCost::FCraftingCost() {
|
|
this->Resource = NULL;
|
|
this->Amount = 0.00f;
|
|
}
|
|
|