DRG-Femboy-Voice/Source/FSD/Private/CraftingCost.cpp
2025-04-15 12:39:31 -07:00

7 lines
116 B
C++
Executable file

#include "CraftingCost.h"
FCraftingCost::FCraftingCost() {
this->Resource = NULL;
this->Amount = 0.00f;
}