Code/Assembly.cs

Global usings for the Game project. It imports Sandbox runtime and rendering namespaces plus common System namespaces used across the assembly.

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;