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

19 lines
444 B
Ucode

/**
* This is the class for list of GoreEffect
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class GameCrowd_ListOfAgents extends Object
hidecategories(Object)
placeable; // needed to show up in the Actor Classes list;
/** List of archetypes of agents to spawn when a population manager or crowd spawner is using this list. */
var() array<AgentArchetypeInfo> ListOfAgents;
defaultproperties
{
}