18 lines
283 B
C#
18 lines
283 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x0200015C RID: 348
|
|
public struct JointSpring
|
|
{
|
|
// Token: 0x040003CB RID: 971
|
|
public float spring;
|
|
|
|
// Token: 0x040003CC RID: 972
|
|
public float damper;
|
|
|
|
// Token: 0x040003CD RID: 973
|
|
public float targetPosition;
|
|
}
|
|
}
|