Assembly.cs

Global using directives for the Game project. Declares Sandbox, Sandbox.UI, System, System.Collections.Generic and System.Linq as global usings for the compilation unit.

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