class CLogicRelay : public CLogicalEntity
{
public:
    bool m_bDisabled;
    bool m_bWaitForRefire;
    bool m_bTriggerOnce;
    bool m_bFastRetrigger;
    bool m_bPassthoughCaller;
};