0.395.0.324413

This commit is contained in:
CloneTrooper1019 2019-07-31 20:57:56 -05:00
parent 6605bf69cc
commit 7160fd19e5
2 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes. // Auto-generated list of creatable Roblox classes.
// Updated as of 0.394.0.322464 // Updated as of 0.395.0.324413
using System; using System;
@ -796,6 +796,14 @@ namespace RobloxFiles
public string UserDialog = ""; public string UserDialog = "";
} }
public class DraftsService : Instance
{
public DraftsService()
{
IsService = true;
}
}
public class Dragger : Instance public class Dragger : Instance
{ {
} }
@ -1732,6 +1740,7 @@ namespace RobloxFiles
public bool LegacyOutlines = false; public bool LegacyOutlines = false;
public Color3 OutdoorAmbient = Color3.FromRGB(128, 128, 128); public Color3 OutdoorAmbient = Color3.FromRGB(128, 128, 128);
[Obsolete]
public bool Outlines public bool Outlines
{ {
get { return LegacyOutlines; } get { return LegacyOutlines; }

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.394.0.322464 // Updated as of 0.395.0.324413
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {
@ -558,6 +558,13 @@ namespace RobloxFiles.Enums
Height Height
} }
public enum DraftStatusCode
{
OK,
DraftOutdated,
ScriptRemoved
}
public enum EasingDirection public enum EasingDirection
{ {
In, In,
@ -574,7 +581,10 @@ namespace RobloxFiles.Enums
Quart, Quart,
Quint, Quint,
Bounce, Bounce,
Elastic Elastic,
Exponential,
Circular,
Cubic
} }
public enum ElasticBehavior public enum ElasticBehavior