Files
tbd-station-14/Content.Replay/GlobalUsings.cs
2023-06-05 14:44:09 +10:00

10 lines
278 B
C#

// Global usings for Content.Replay
global using System;
global using System.Collections.Generic;
global using Robust.Shared.Log;
global using Robust.Shared.Localization;
global using Robust.Shared.GameObjects;
global using Robust.Shared.IoC;
global using Robust.Shared.Maths;