0.394.0.322464

This commit is contained in:
CloneTrooper1019 2019-07-24 23:22:20 -05:00
parent 3d8a32eddf
commit 6605bf69cc
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.392.0.317745
// Updated as of 0.394.0.322464
using System;
@ -2212,6 +2212,7 @@ namespace RobloxFiles
public class PluginAction : Instance
{
public bool Checked = false; // [Load-only]
public string DefaultShortcut = ""; // [Load-only]
public bool Enabled = true; // [Load-only]
}

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.393.0.319623
// Updated as of 0.394.0.322464
namespace RobloxFiles.Enums
{
@ -896,7 +896,8 @@ namespace RobloxFiles.Enums
Asset,
Product,
GamePass,
Subscription
Subscription,
Bundle
}
public enum InitialDockState