mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 23:48:15 +03: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;
|