Assembly.cs

Global using directives file for the Game project, importing Sandbox, common .NET collections and LINQ, and the Dreams.UltimateLightManager namespace for use across the assembly.

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