14 lines
287 B
Ucode
14 lines
287 B
Ucode
|
/**
|
||
|
* 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
|
||
|
{
|
||
|
}
|