Assembly.cs

Global using directives file for the Game project, adding System.Collections.Generic and System.Linq namespaces project-wide.

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