mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
11 lines
222 B
C++
11 lines
222 B
C++
#include "FortMinigameTimes.h"
|
|
|
|
FFortMinigameTimes::FFortMinigameTimes() {
|
|
this->SetupTime = 0.00f;
|
|
this->WarmupTime = 0.00f;
|
|
this->StartTime = 0.00f;
|
|
this->EndTime = 0.00f;
|
|
this->ResetTime = 0.00f;
|
|
}
|
|
|