Assembly.cs

Global using directives file for the Game project, importing common namespaces and the VehicleProto namespace for convenient use across the assembly.

global using Sandbox;
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
global using VehicleProto;