Top-level global using directives for the assembly. It imports Sandbox, Sandbox.Diagnostics, System, System.Linq and System.Collections.Generic into the compilation unit so those namespaces are available everywhere.
global using Sandbox; global using Sandbox.Diagnostics; global using System; global using System.Linq; global using System.Collections.Generic;