Global using directives file for the Vehicle Physics Kit assembly. It declares assembly-wide global usings for common namespaces like Sandbox, System, and collections to reduce repetitive using statements in other files.
// 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;