Code/Assembly.cs

Global using directives for the Game assembly, importing Sandbox, System.Collections.Generic and System.Linq across the project.

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