SboxDirector/Assembly.cs

Global using directives for the Game project, importing System, collections, LINQ and Globalization namespaces for use across the assembly.

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