mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
11 lines
252 B
C++
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;
|
|
}
|
|
|