Assembly.cs

Global using file that imports Sandbox, System.Collections.Generic and System.Linq for the Game project, so these namespaces are available across source files.

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