0.534.0.5340446
This commit is contained in:
parent
df7709a6b9
commit
71eefed8fb
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.533.0.5330256
|
// Updated as of 0.534.0.5340446
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -2435,6 +2435,7 @@ namespace RobloxFiles
|
|||||||
public abstract class BaseScript : LuaSourceContainer
|
public abstract class BaseScript : LuaSourceContainer
|
||||||
{
|
{
|
||||||
public bool Disabled;
|
public bool Disabled;
|
||||||
|
public RunContext RunContext = RunContext.Legacy;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Script : BaseScript
|
public class Script : BaseScript
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.532.0.5320475
|
// Updated as of 0.534.0.5340446
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -1054,6 +1054,14 @@ namespace RobloxFiles.Enums
|
|||||||
ZYX
|
ZYX
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum RunContext
|
||||||
|
{
|
||||||
|
Legacy,
|
||||||
|
Server,
|
||||||
|
Client,
|
||||||
|
Plugin
|
||||||
|
}
|
||||||
|
|
||||||
public enum ScaleType
|
public enum ScaleType
|
||||||
{
|
{
|
||||||
Stretch,
|
Stretch,
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user