Add ScriptDebugger
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user