Assembly.cs

Global using directives for the Game project assembly. It imports Sandbox, Sandbox.Rendering and several common .NET namespaces for use across the project.

global using Sandbox;
global using Sandbox.Rendering;
global using System;
global using System.Collections.Generic;
global using System.Runtime.InteropServices;
global using System.Text.RegularExpressions;
global using System.Linq;