Global using directives for the Vehicle Physics Kit assembly. It declares common namespaces (Sandbox, System, Collections.Generic, Linq, Threading.Tasks) to be available across the assembly.
// Global usings for the Vehicle Physics Kit assembly only. These do NOT export the kit's // FieldGuide.VehiclePhysics namespace anywhere — a consumer references the kit types through // their real namespace, never through a leaked global using. global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq; global using System.Threading.Tasks;