namespace Robust.Shared.ContentPack { /// /// Can be passed to the content entry points via and /// /// to aid in integration testing. /// public abstract class ModuleTestingCallbacks { } }