1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFGameReplicationInfo_WeeklySurvival.uc

19 lines
677 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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;
}