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

19 lines
556 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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
}