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;
};