Global using directives file for the project. It imports Sandbox, System, System.Collections.Generic, and System.Linq into the global namespace so those namespaces are available across the assembly.
global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq;