1
0
KF2-Dev-Scripts/GameFramework/Classes/GameCrowd_ListOfAgents.uc

19 lines
444 B
Ucode
Raw Permalink Normal View History

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