A C# global using file for the Editor project. It imports common system namespaces and several project-specific namespaces so they are available across the Editor assembly without per-file using statements.
global using System; global using System.Diagnostics; global using System.Reflection; global using System.Threading.Tasks; global using Sandbox.Diagnostics; global using Sandbox; global using System.Collections.Generic; global using System.Linq; global using System.Text.Json.Serialization; global using System.Text.Json; global using System.ComponentModel; global using System.IO; global using System.Text.RegularExpressions; global using ShaderGraphPlus.Diagnostics; global using JsonUtilities; global using NodeEditorPlus.Blackboard;