Re-organize all projects (#4166)
This commit is contained in:
10
Content.Server/IoC/ServerModuleTestingCallbacks.cs
Normal file
10
Content.Server/IoC/ServerModuleTestingCallbacks.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using Content.Shared;
|
||||
|
||||
namespace Content.Server.IoC
|
||||
{
|
||||
public sealed class ServerModuleTestingCallbacks : SharedModuleTestingCallbacks
|
||||
{
|
||||
public Action? ServerBeforeIoC { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user