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

7 lines
134 B
C++
Executable file

#include "CloudSaveRequest.h"
FCloudSaveRequest::FCloudSaveRequest() {
this->PlayerRank = 0;
this->SaveToDiskCounter = 0;
}