mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
10 lines
278 B
C#
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;
|