0.534.0.5340446
This commit is contained in:
parent
df7709a6b9
commit
71eefed8fb
@ -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
|
||||
|
@ -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.
Loading…
Reference in New Issue
Block a user