Top-level global using directives for the project, declaring Sandbox, System.Collections.Generic and System.Linq as global imports for other files.
// I don't know, I kept these here to avoid random errors. global using Sandbox; global using System.Collections.Generic; global using System.Linq;