class CLogicRelay : public CLogicalEntity
{
public:
CEntityIOOutput m_ OnSpawn;
CEntityIOOutput m_ OnTrigger;
bool m_ bDisabled;
bool m_ bWaitForRefire;
bool m_ bTriggerOnce;
bool m_ bFastRetrigger;
bool m_ bPassthoughCaller;
};