0.410.1.361262

This commit is contained in:
CloneTrooper1019 2019-11-14 12:42:52 -06:00
parent d56053235e
commit 7706df9fd7
7 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.409.2.359720
// Updated as of 0.410.1.361262
using System;
@ -2053,6 +2053,7 @@ namespace RobloxFiles
public string ClusterGrid = "";
public string ClusterGridV2 = "";
public byte[] ClusterGridV3 = new byte[0];
public bool Decoration = false;
public byte[] MaterialColors = Convert.FromBase64String("AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHtagcLgc4RKxr21zq2UlJSM");
public byte[] PhysicsGrid = Convert.FromBase64String("AgMAAAAAAAAAAAAAAAA=");
public byte[] SmoothGrid = Convert.FromBase64String("AQU=");
@ -2134,7 +2135,11 @@ namespace RobloxFiles
public BasePart PrimaryPart = null;
}
public class Workspace : Model
public abstract class WorldRoot : Model
{
}
public class Workspace : WorldRoot
{
public Workspace()
{
@ -2156,6 +2161,10 @@ namespace RobloxFiles
public bool TerrainWeldsFixed = true;
}
public class WorldModel : WorldRoot
{
}
public class PackageLink : Instance
{
public bool AutoUpdate = false;
@ -2254,7 +2263,7 @@ namespace RobloxFiles
{
public bool Checked = true; // [Load-only]
public string DefaultShortcut = ""; // [Load-only]
public bool Enabled = false; // [Load-only]
public bool Enabled = true; // [Load-only]
}
public class PluginGuiService : Instance

Binary file not shown.

View File

@ -595,6 +595,8 @@ return
ClusterGridV2 = "";
ClusterGridV3 = "";
Decoration = false;
SmoothGrid = "AQU=";
PhysicsGrid = "AgMAAAAAAAAAAAAAAAA=";
MaterialColors = "AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHtagcLgc4RKxr21zq2UlJSM";

View File

@ -1,4 +0,0 @@
@echo off
rojo build -o GenerateApiDump.rbxm
pause

View File

@ -1 +0,0 @@
rojo build -o GenerateApiDump.rbxm

View File

@ -1,4 +0,0 @@
@echo off
rojo serve place.project.json
pause

View File

@ -1 +0,0 @@
rojo serve place.project.json