mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Global usings (#6472)
This commit is contained in:
12
Content.Client/GlobalUsings.cs
Normal file
12
Content.Client/GlobalUsings.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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;
|
||||
12
Content.Server/GlobalUsings.cs
Normal file
12
Content.Server/GlobalUsings.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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;
|
||||
15
Content.Shared/GlobalUsings.cs
Normal file
15
Content.Shared/GlobalUsings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// There isn't really a 'default place' to put these,
|
||||
// so a file in the project top level directory it is
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user