Assembly.cs

Top-level global using directives for the Game project, importing System, Sandbox, System.Collections.Generic and System.Linq for all files in the assembly.

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