0.398.0.332127

This commit is contained in:
CloneTrooper1019
2019-08-22 00:07:04 -05:00
parent ee510c81fb
commit 1d692ff92d
2 changed files with 23 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.397.0.329146
// Updated as of 0.398.0.332127
namespace RobloxFiles.Enums
{
@ -1755,6 +1755,16 @@ namespace RobloxFiles.Enums
ClientPhysicsPause
}
public enum StudioDataModelType
{
Edit,
PlayClient = 2,
PlayServer,
RobloxPlugin,
UserPlugin,
Null
}
public enum StudioStyleGuideColor
{
MainBackground,
@ -1952,6 +1962,15 @@ namespace RobloxFiles.Enums
PrivateChat
}
public enum TextInputType
{
Default,
NoSuggestions,
Number,
Email,
Phone
}
public enum TextTruncate
{
None,