0.409.2.359720
This commit is contained in:
parent
bd1fa5784c
commit
d56053235e
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of creatable Roblox classes.
|
||||
// Updated as of 0.408.0.355772
|
||||
// Updated as of 0.409.2.359720
|
||||
|
||||
using System;
|
||||
|
||||
@ -2252,7 +2252,7 @@ namespace RobloxFiles
|
||||
|
||||
public class PluginAction : Instance
|
||||
{
|
||||
public bool Checked = false; // [Load-only]
|
||||
public bool Checked = true; // [Load-only]
|
||||
public string DefaultShortcut = ""; // [Load-only]
|
||||
public bool Enabled = false; // [Load-only]
|
||||
}
|
||||
@ -2793,6 +2793,7 @@ namespace RobloxFiles
|
||||
IsService = true;
|
||||
}
|
||||
|
||||
public bool EnableScriptCollabOnLoad = false;
|
||||
public long SrcPlaceId = 0;
|
||||
public long SrcUniverseId = 0;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of Roblox enums.
|
||||
// Updated as of 0.408.0.355772
|
||||
// Updated as of 0.409.2.359720
|
||||
|
||||
namespace RobloxFiles.Enums
|
||||
{
|
||||
@ -457,6 +457,12 @@ namespace RobloxFiles.Enums
|
||||
OnUpdate
|
||||
}
|
||||
|
||||
public enum DateTimeKind
|
||||
{
|
||||
Utc,
|
||||
Local
|
||||
}
|
||||
|
||||
public enum DevCameraOcclusionMode
|
||||
{
|
||||
Zoom,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user