Files
2026-04-22 15:51:07 +02:00

11 lines
252 B
C++

#include "DiscoCaptureUIData.h"
FDiscoCaptureUIData::FDiscoCaptureUIData() {
this->CurrDisplayState = EDiscoCaptureUIState::None;
this->CapturePoint = NULL;
this->CurrPawn = NULL;
this->CurrMID = NULL;
this->FillAmount = 0.00f;
}