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;
|