Editor/Assembly.cs

Shared global using directives for the Editor assembly, importing Sandbox, Editor, and common System collections and LINQ namespaces for all files in that assembly.

// Shared editor namespaces for this single s&box editor-package assembly.
global using Sandbox;
global using Editor;
global using System.Collections.Generic;
global using System.Linq;