0.394.0.322464
This commit is contained in:
parent
3d8a32eddf
commit
6605bf69cc
@ -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]
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user