1
0
KF2-Dev-Scripts/Engine/Classes/RB_ConstraintActorSpawnable.uc

19 lines
370 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
/** RB_ConstraintActor spawnable during gameplay */
class RB_ConstraintActorSpawnable extends RB_ConstraintActor
notplaceable;
defaultproperties
{
bNoDelete=false
Begin Object Class=RB_ConstraintSetup Name=MyConstraintSetup
End Object
ConstraintSetup=MyConstraintSetup
}