mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
13 lines
419 B
C#
13 lines
419 B
C#
// Global usings for Content.Server
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using Robust.Shared.Analyzers;
|
|
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;
|
|
global using Robust.Shared.ViewVariables;
|
|
global using Robust.Shared.Serialization.Manager.Attributes;
|