Assembly.cs

Top-level global using directives for the Game project, importing Sandbox, System and common namespaces for the assembly.

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