0.472.0.419960

This commit is contained in:
Max
2021-04-02 01:10:34 -05:00
parent 917a96aa9f
commit a70150eb41
5 changed files with 31 additions and 19 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.470.0.419147
// Updated as of 0.472.0.419960
using System;
@ -914,11 +914,6 @@ namespace RobloxFiles
public int MaxItems = 1000;
}
public class DebuggerWatch : Instance
{
public string Expression = "";
}
public class Dialog : Instance
{
public DialogBehaviorType BehaviorType = DialogBehaviorType.SinglePlayer;
@ -3085,6 +3080,14 @@ namespace RobloxFiles
}
}
public class Speaker : Instance
{
public RollOffMode RollOffMode = RollOffMode.Inverse;
public SoundGroup SoundGroup;
public Instance Source;
public float Volume = 0.5f;
}
public class StandalonePluginScripts : Instance
{
}
@ -3174,7 +3177,6 @@ namespace RobloxFiles
public string CommitInflightGuid = "";
public int CommitInflightPlaceVersion;
public bool EnableScriptCollabByDefaultOnLoad;
public bool EnableScriptCollabOnLoad;
public long SrcPlaceId;
public long SrcUniverseId;
}

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.470.0.419147
// Updated as of 0.472.0.419960
namespace RobloxFiles.Enums
{