Editor/Assembly.cs

Global using/import declarations for the Editor assembly. It brings commonly used namespaces into scope for the Editor project and related code (Sandbox, System.*, Editor.NodeEditor, Sandbox.Resources, etc.).

global using Sandbox;
global using Sandbox.Rendering;
global using Editor;
global using System;
global using System.Runtime.CompilerServices;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Threading.Tasks;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using System.ComponentModel;
global using System.Reflection;
global using System.Diagnostics;
global using Editor.NodeEditor;
global using Sandbox.Resources;
global using System.Text.Json.Nodes;