mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
* Move TestPair & PoolManager to engine * Add to global usings * A * Move ITestContextLike to engine * Readd cvars partial class * cleanup diff
7 lines
173 B
C#
7 lines
173 B
C#
// Global usings for Content.IntegrationTests
|
|
|
|
global using NUnit.Framework;
|
|
global using System;
|
|
global using System.Threading.Tasks;
|
|
global using Robust.UnitTesting.Pool;
|