Assembly.cs

Top-level global using directives for the Game assembly. It imports System, generic collections, LINQ, Sandbox game API, and Sandbox.UI so those namespaces are available throughout the project without per-file using statements.

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