Code/Assembly.cs

Global using directives for the Game project assembly, importing Sandbox and common .NET namespaces for use across the project.

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