class CPulseGraphInstance_TestDomain : public CBasePulseGraphInstance
{
    uint8 pad_0118[24];
public:
    bool m_bIsRunningUnitTests;
    bool m_bExplicitTimeStepping;
    bool m_bExpectingToDestroyWithYieldedCursors;
    bool m_bQuietTracepoints;
    bool m_bExpectingCursorTerminatedDueToMaxInstructions;
    int32 m_nCursorsTerminatedDueToMaxInstructions;
    int32 m_nNextValidateIndex;
    CUtlVector<CUtlString> m_Tracepoints;
    bool m_bTestYesOrNoPath;
};