Editor/Assembly.cs

Top-level using declarations for the Editor assembly. It declares global using directives for System, common collections and LINQ, and the Editor namespace so those are available project-wide.

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using Editor;