Global using file that imports Sandbox, System.Collections.Generic and System.Linq for the Game project, so these namespaces are available across source files.
global using System; global using Sandbox; global using System.Linq; global using System.Threading.Tasks; global using System.Collections.Generic;