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

19 lines
549 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// The Ball-and-Socket joint class.
// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
//=============================================================================
class RB_BSJointActor extends RB_ConstraintActor
placeable;
defaultproperties
{
Begin Object NAME=Sprite
Sprite=Texture2D'EditorResources.S_KBSJoint'
End Object
Begin Object Class=RB_BSJointSetup Name=MyBSJointSetup
End Object
ConstraintSetup=MyBSJointSetup
}