Files
FNGameProj/Source/FortniteGame/Private/FortSprayDecalRepPayload.cpp
2024-01-21 00:41:14 +01:00

8 lines
158 B
C++

#include "FortSprayDecalRepPayload.h"
FFortSprayDecalRepPayload::FFortSprayDecalRepPayload() {
this->SprayAsset = NULL;
this->SavedStatValue = 0;
}