Assembly.cs

Global usings file for the Game project. It declares several global using directives so these namespaces are available project-wide (System, Sandbox, LINQ, Tasks, Collections.Generic, Sandbox.Diagnostics).

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