9 lines
236 B
C++
Executable file
9 lines
236 B
C++
Executable file
#include "DeepDiveAnalyticsInformation.h"
|
|
|
|
FDeepDiveAnalyticsInformation::FDeepDiveAnalyticsInformation() {
|
|
this->WasDeepDive = false;
|
|
this->LastDeepDiveStage = 0;
|
|
this->EliteDeepDive = false;
|
|
this->IsReplay = false;
|
|
}
|
|
|