Some checks failed
Build & Test Map Renderer / build (ubuntu-latest) (push) Has been cancelled
Build & Test Debug / build (ubuntu-latest) (push) Has been cancelled
Check Merge Conflicts / Label (push) Has been cancelled
Test Packaging / Test Packaging (push) Has been cancelled
RGA schema validator / YAML RGA schema validator (push) Has been cancelled
Map file schema validator / YAML map schema validator (push) Has been cancelled
YAML Linter / YAML Linter (push) Has been cancelled
Build & Test Map Renderer / Build & Test Debug (push) Has been cancelled
Build & Test Debug / Build & Test Debug (push) Has been cancelled
Benchmarks / Run Benchmarks (push) Has been cancelled
Update Contrib and Patreons in credits / get_credits (push) Has been cancelled
Build & Publish Docfx / docfx (push) Has been cancelled
16 lines
521 B
C#
16 lines
521 B
C#
// Global usings for Content.Client
|
|
|
|
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;
|
|
|
|
global using Content.Shared._Amour.ContentMath;
|
|
global using Matrix3 = System.Numerics.Matrix3x2;
|