2022-02-05 11:39:36 -07:00
|
|
|
|
// 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;
|
2026-02-01 14:47:44 +03:00
|
|
|
|
|
|
|
|
|
|
global using Content.Shared._Amour.ContentMath;
|
|
|
|
|
|
global using Matrix3 = System.Numerics.Matrix3x2;
|