Global usings for the Game assembly, importing common namespaces like Sandbox, Sandbox.UI, System, LINQ, and Collections.Generic so they are available across the project.
global using Sandbox; global using Sandbox.UI; global using System; global using System.Linq; global using System.Collections.Generic;