Assembly.cs

Global using directive file for the Game project, it declares a global using alias to the Sandbox namespace so that types in Sandbox are available project-wide without repeated using statements.

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