/** * This is the base class for crowd population managers. Needed so can have a reference in the WorldInfo. * * Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. */ class CrowdPopulationManagerBase extends Actor native(AI) abstract; defaultproperties { }