Top-level global using declarations for the Game assembly. It imports Sandbox, core System namespaces, and collections/linq/tasks for use across the project.
global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq; global using System.Threading.Tasks;