9 lines
167 B
C++
Executable file
9 lines
167 B
C++
Executable file
#include "DeepDiveItem.h"
|
|
|
|
FDeepDiveItem::FDeepDiveItem() {
|
|
this->Progress = 0;
|
|
this->Seed = 0;
|
|
this->BestTime = 0;
|
|
this->HasEverCompleted = false;
|
|
}
|
|
|