0.460.0.416222
This commit is contained in:
parent
063781cc66
commit
5ec5b4d17d
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.458.1.415373
|
// Updated as of 0.460.0.416222
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -2118,6 +2118,7 @@ namespace RobloxFiles
|
|||||||
|
|
||||||
public CFrame CFrame = new CFrame();
|
public CFrame CFrame = new CFrame();
|
||||||
public bool CanCollide = true;
|
public bool CanCollide = true;
|
||||||
|
public bool CanTouch = true;
|
||||||
public bool CastShadow = true;
|
public bool CastShadow = true;
|
||||||
public int CollisionGroupId;
|
public int CollisionGroupId;
|
||||||
|
|
||||||
@ -2373,6 +2374,7 @@ namespace RobloxFiles
|
|||||||
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
|
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;
|
||||||
public int StreamingTargetRadius = 1024;
|
public int StreamingTargetRadius = 1024;
|
||||||
public bool TerrainWeldsFixed = true;
|
public bool TerrainWeldsFixed = true;
|
||||||
|
public bool TouchesUseCollisionGroups;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class WorldModel : WorldRoot
|
public class WorldModel : WorldRoot
|
||||||
@ -2488,6 +2490,14 @@ namespace RobloxFiles
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class PluginDebugService : Instance
|
||||||
|
{
|
||||||
|
public PluginDebugService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class PluginGuiService : Instance
|
public class PluginGuiService : Instance
|
||||||
{
|
{
|
||||||
public PluginGuiService()
|
public PluginGuiService()
|
||||||
@ -3096,7 +3106,6 @@ namespace RobloxFiles
|
|||||||
public int CommitInflightPlaceVersion;
|
public int CommitInflightPlaceVersion;
|
||||||
public bool EnableScriptCollabByDefaultOnLoad;
|
public bool EnableScriptCollabByDefaultOnLoad;
|
||||||
public bool EnableScriptCollabOnLoad;
|
public bool EnableScriptCollabOnLoad;
|
||||||
public bool EnableScriptCollabVersionHistoryOnLoad;
|
|
||||||
public long SrcPlaceId;
|
public long SrcPlaceId;
|
||||||
public long SrcUniverseId;
|
public long SrcUniverseId;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.458.1.415373
|
// Updated as of 0.460.0.416222
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user