Add ScriptDebugger

This commit is contained in:
Max
2021-08-09 12:22:26 -05:00
parent 712f1c438c
commit 3355c44190
6 changed files with 36 additions and 2 deletions

View File

@ -137,6 +137,14 @@ namespace RobloxFiles
}
}
public class AvatarImportService : Instance
{
public AvatarImportService()
{
IsService = true;
}
}
public class Backpack : Instance
{
}
@ -2953,6 +2961,12 @@ namespace RobloxFiles
}
}
public class ScriptDebugger : Instance
{
public string CoreScriptIdentifier = "";
public string ScriptGuid = "";
}
public class ScriptService : Instance
{
public ScriptService()