mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
276 B
C++
10 lines
276 B
C++
#include "DiscoCaptureIconData.h"
|
|
|
|
FDiscoCaptureIconData::FDiscoCaptureIconData() {
|
|
this->CurrIconState = EDiscoCaptureIconState::None;
|
|
this->CurrProgressState = EDiscoCaptureProgressState::None;
|
|
this->CurrCapturePercent = 0.00f;
|
|
this->CapturePoint = NULL;
|
|
}
|
|
|