mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
13 lines
354 B
C++
13 lines
354 B
C++
#include "FortMissionForceSuccessParams.h"
|
|
|
|
void UFortMissionForceSuccessParams::SetParams(float _FractionCompleted, UFortMissionForceSuccessParams*& ThisParam) {
|
|
}
|
|
|
|
void UFortMissionForceSuccessParams::BreakParams(float& _FractionCompleted) {
|
|
}
|
|
|
|
UFortMissionForceSuccessParams::UFortMissionForceSuccessParams() {
|
|
this->FractionCompleted = 0.00f;
|
|
}
|
|
|