Assembly.cs

Global using directives for the Game project, importing common namespaces like System, Sandbox, LINQ, Tasks, Collections.Generic and Sandbox.Diagnostics for use across the assembly.

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