0.409.2.359720
This commit is contained in:
parent
bd1fa5784c
commit
d56053235e
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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.
Loading…
Reference in New Issue
Block a user