File that declares global using directives for the project, importing Sandbox, System.Collections.Generic and System.Linq. It contains only a short comment and three global using statements.
// I don't know, I kept these here to avoid random errors. global using Sandbox; global using System.Collections.Generic; global using System.Linq;