Editor/Assembly.cs

Global using directives for the Editor assembly. It imports Sandbox, Editor, System.Collections.Generic and System.Linq into the assembly scope.

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