From 6605bf69cc8841a1683ee4f5966c37f6f40196e4 Mon Sep 17 00:00:00 2001 From: CloneTrooper1019 Date: Wed, 24 Jul 2019 23:22:20 -0500 Subject: [PATCH] 0.394.0.322464 --- Generated/Classes.cs | 3 ++- Generated/Enums.cs | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 0aa6471..be9d628 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -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] } diff --git a/Generated/Enums.cs b/Generated/Enums.cs index f965af7..87b0320 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -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