Code/Assembly.cs

Top-level global using directives for the Game assembly, importing Sandbox, common collections and LINQ, and Dreams.UltimateLightManager namespace for use throughout the project.

global using Sandbox;
global using System.Collections.Generic;
global using System.Linq;
global using Dreams.UltimateLightManager;