Global.cs
/// A list of namespaces that will be included in every single C# file in the project.

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