0.534.0.5340446

This commit is contained in:
Max 2022-07-06 13:26:25 -05:00
parent df7709a6b9
commit 71eefed8fb
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.533.0.5330256
// Updated as of 0.534.0.5340446
using System;
@ -2435,6 +2435,7 @@ namespace RobloxFiles
public abstract class BaseScript : LuaSourceContainer
{
public bool Disabled;
public RunContext RunContext = RunContext.Legacy;
}
public class Script : BaseScript

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.532.0.5320475
// Updated as of 0.534.0.5340446
namespace RobloxFiles.Enums
{
@ -1054,6 +1054,14 @@ namespace RobloxFiles.Enums
ZYX
}
public enum RunContext
{
Legacy,
Server,
Client,
Plugin
}
public enum ScaleType
{
Stretch,

Binary file not shown.