mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Shared String Dictionary ctd. (#1126)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using Robust.Client;
|
||||
using System;
|
||||
using Robust.Client;
|
||||
using Robust.Client.Input;
|
||||
using Robust.Client.Interfaces;
|
||||
using Robust.Shared.Interfaces.Log;
|
||||
using Robust.Shared.Timing;
|
||||
|
||||
namespace Robust.UnitTesting
|
||||
@@ -19,7 +21,7 @@ namespace Robust.UnitTesting
|
||||
|
||||
public bool LoadConfigAndUserData { get; set; } = true;
|
||||
|
||||
public bool Startup()
|
||||
public bool Startup(Func<ILogHandler>? logHandlerFactory = null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user