Files
OldThink/Content.Replay/GlobalUsings.cs

10 lines
278 B
C#
Raw Normal View History

2023-06-05 16:44:09 +12:00
// 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;