mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
236 B
C++
10 lines
236 B
C++
#include "FortAIPawnVariant.h"
|
|
|
|
UFortAIPawnVariant::UFortAIPawnVariant() {
|
|
this->MinPlayersToSpawnVariant = 1;
|
|
this->CachedSpawnPointValue = 2147483647;
|
|
this->EncounterExpectedLifespan = -1.00f;
|
|
this->VersionNum = 0;
|
|
}
|
|
|