Assembly.cs

Global using directives file for the Game project, importing the Sandbox and System namespaces globally for the assembly.

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