0.467.0.418297
This commit is contained in:
parent
83dd0af8d2
commit
00bbd0b398
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.466.1.418149
|
// Updated as of 0.467.0.418297
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -665,6 +665,9 @@ namespace RobloxFiles
|
|||||||
public class RodConstraint : Constraint
|
public class RodConstraint : Constraint
|
||||||
{
|
{
|
||||||
public float Length = 5;
|
public float Length = 5;
|
||||||
|
public bool LimitsEnabled;
|
||||||
|
public float LimitAngle0 = 90f;
|
||||||
|
public float LimitAngle1 = 90f;
|
||||||
public float Thickness = 0.1f;
|
public float Thickness = 0.1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user