mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
Improve integration testing
This commit is contained in:
10
Content.Server/ServerModuleTestingCallbacks.cs
Normal file
10
Content.Server/ServerModuleTestingCallbacks.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using Content.Shared;
|
||||
|
||||
namespace Content.Server
|
||||
{
|
||||
public sealed class ServerModuleTestingCallbacks : SharedModuleTestingCallbacks
|
||||
{
|
||||
public Action ServerBeforeIoC { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user