0.409.2.359720

This commit is contained in:
CloneTrooper1019 2019-11-08 12:01:10 -06:00
parent bd1fa5784c
commit d56053235e
3 changed files with 10 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.408.0.355772 // Updated as of 0.409.2.359720
using System; using System;
@ -2252,7 +2252,7 @@ namespace RobloxFiles
public class PluginAction : Instance public class PluginAction : Instance
{ {
public bool Checked = false; // [Load-only] public bool Checked = true; // [Load-only]
public string DefaultShortcut = ""; // [Load-only] public string DefaultShortcut = ""; // [Load-only]
public bool Enabled = false; // [Load-only] public bool Enabled = false; // [Load-only]
} }
@ -2793,6 +2793,7 @@ namespace RobloxFiles
IsService = true; IsService = true;
} }
public bool EnableScriptCollabOnLoad = false;
public long SrcPlaceId = 0; public long SrcPlaceId = 0;
public long SrcUniverseId = 0; public long SrcUniverseId = 0;
} }

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.408.0.355772 // Updated as of 0.409.2.359720
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {
@ -457,6 +457,12 @@ namespace RobloxFiles.Enums
OnUpdate OnUpdate
} }
public enum DateTimeKind
{
Utc,
Local
}
public enum DevCameraOcclusionMode public enum DevCameraOcclusionMode
{ {
Zoom, Zoom,

Binary file not shown.