1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFGameReplicationInfo_WeeklySurvival.uc
2020-12-13 18:01:13 +03:00

19 lines
677 B
Ucode

//=============================================================================
// KFGameReplicationInfo_WeeklySurvival
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFGameReplicationInfo_WeeklySurvival extends KFGameReplicationInfo;
simulated function array<int> GetKFSeqEventLevelLoadedIndices()
{
local array<int> ActivateIndices;
ActivateIndices[0] = 7;
return ActivateIndices;
}