14 lines
238 B
Ucode
14 lines
238 B
Ucode
|
/**
|
||
|
*
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*
|
||
|
* Moveable version of GameCrowdDestination
|
||
|
*
|
||
|
*/
|
||
|
class DynamicGameCrowdDestination extends GameCrowdDestination;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
bStatic=false
|
||
|
}
|