mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
12 lines
348 B
C#
12 lines
348 B
C#
namespace Robust.Shared.ContentPack
|
|
{
|
|
/// <summary>
|
|
/// Can be passed to the content entry points via <see cref="IModLoader.SetModuleBaseCallbacks"/> and
|
|
/// <see cref="GameShared.SetTestingCallbacks"/>
|
|
/// to aid in integration testing.
|
|
/// </summary>
|
|
public abstract class ModuleTestingCallbacks
|
|
{
|
|
}
|
|
}
|