1
0
KF2-Dev-Scripts/Engine/Classes/RB_PulleyJointActor.uc
2020-12-13 18:01:13 +03:00

19 lines
556 B
Ucode

//=============================================================================
// The Pulley joint class.
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
//=============================================================================
class RB_PulleyJointActor extends RB_ConstraintActor
placeable;
defaultproperties
{
Begin Object NAME=Sprite
Sprite=Texture2D'EditorResources.S_KBSJoint'
End Object
Begin Object Class=RB_PulleyJointSetup Name=MyPulleyJointSetup
End Object
ConstraintSetup=MyPulleyJointSetup
}