mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
11 lines
263 B
C++
11 lines
263 B
C++
#include "RuntimeOptionReviewPromptCriteria.h"
|
|
|
|
FRuntimeOptionReviewPromptCriteria::FRuntimeOptionReviewPromptCriteria() {
|
|
this->MinutesPlayed = 0;
|
|
this->GamesPlayed = 0;
|
|
this->BestResult = 0;
|
|
this->KillCount = 0;
|
|
this->RequireAll = false;
|
|
}
|
|
|