mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
11 lines
285 B
C++
11 lines
285 B
C++
#include "FortEncounterSettingsFixedPace.h"
|
|
|
|
FFortEncounterSettingsFixedPace::FFortEncounterSettingsFixedPace() {
|
|
this->RiftSpawnInterval = 0.00f;
|
|
this->RiftSpawnCount = 0;
|
|
this->AIMaxCount = 0;
|
|
this->SpawnAIIntervalTime = 0.00f;
|
|
this->SpawnAIIntervalCount = 0;
|
|
}
|
|
|