0.396.0.327208
This commit is contained in:
parent
7160fd19e5
commit
f867c75d87
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.395.0.324413
|
// Updated as of 0.396.0.327208
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -2127,7 +2127,6 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
|
|
||||||
public bool AllowThirdPartySales = false;
|
public bool AllowThirdPartySales = false;
|
||||||
public AutoJointsMode AutoJointsMode = AutoJointsMode.Default;
|
|
||||||
public string CollisionGroups = "Default^0^1";
|
public string CollisionGroups = "Default^0^1";
|
||||||
public Camera CurrentCamera = null;
|
public Camera CurrentCamera = null;
|
||||||
public double DistributedGameTime = 0;
|
public double DistributedGameTime = 0;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.395.0.324413
|
// Updated as of 0.396.0.327208
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -115,13 +115,6 @@ namespace RobloxFiles.Enums
|
|||||||
EmoteAnimation = 61
|
EmoteAnimation = 61
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum AutoJointsMode
|
|
||||||
{
|
|
||||||
Default,
|
|
||||||
Explicit,
|
|
||||||
LegacyImplicit
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum AvatarContextMenuOption
|
public enum AvatarContextMenuOption
|
||||||
{
|
{
|
||||||
Friend,
|
Friend,
|
||||||
|
Binary file not shown.
@ -672,7 +672,6 @@ return
|
|||||||
{
|
{
|
||||||
Add =
|
Add =
|
||||||
{
|
{
|
||||||
AutoJointsMode = "Enum:AutoJointsMode";
|
|
||||||
CollisionGroups = "string";
|
CollisionGroups = "string";
|
||||||
ExplicitAutoJoints = "bool";
|
ExplicitAutoJoints = "bool";
|
||||||
|
|
||||||
@ -685,7 +684,6 @@ return
|
|||||||
|
|
||||||
Defaults =
|
Defaults =
|
||||||
{
|
{
|
||||||
AutoJointsMode = Enum.AutoJointsMode.Default;
|
|
||||||
CollisionGroups = "Default^0^1";
|
CollisionGroups = "Default^0^1";
|
||||||
ExplicitAutoJoints = true;
|
ExplicitAutoJoints = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user