Assembly.cs

Global using directives for the Game project. It imports Sandbox, System, System.Collections.Generic and System.Linq across the assembly.

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