0.396.0.327208

This commit is contained in:
CloneTrooper1019
2019-08-07 17:04:26 -05:00
parent 7160fd19e5
commit f867c75d87
4 changed files with 2 additions and 12 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.395.0.324413
// Updated as of 0.396.0.327208
using System;
@ -2127,7 +2127,6 @@ namespace RobloxFiles
}
public bool AllowThirdPartySales = false;
public AutoJointsMode AutoJointsMode = AutoJointsMode.Default;
public string CollisionGroups = "Default^0^1";
public Camera CurrentCamera = null;
public double DistributedGameTime = 0;

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.395.0.324413
// Updated as of 0.396.0.327208
namespace RobloxFiles.Enums
{
@ -115,13 +115,6 @@ namespace RobloxFiles.Enums
EmoteAnimation = 61
}
public enum AutoJointsMode
{
Default,
Explicit,
LegacyImplicit
}
public enum AvatarContextMenuOption
{
Friend,