mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02: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
|
|
{
|
|
}
|
|
}
|