mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Enable NRTs for unit tests.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Robust.UnitTesting
|
||||
{
|
||||
public InitialLaunchState LaunchState { get; } = new InitialLaunchState(false, null, null, null);
|
||||
|
||||
public void Shutdown(string reason = null)
|
||||
public void Shutdown(string? reason = null)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace Robust.UnitTesting
|
||||
{
|
||||
}
|
||||
|
||||
public string ContentRootDir { get; set; }
|
||||
public string? ContentRootDir { get; set; }
|
||||
|
||||
public void KeyDown(KeyEventArgs keyEvent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user