class CLogicBranchList : public CLogicalEntity
{
public:
CUtlSymbolLarge m_nLogicBranchNames[16];
CUtlVector<CHandle<CBaseEntity>> m_LogicBranchList;
CLogicBranchList__LogicBranchListenerLastState_t m_eLastState;
CEntityIOOutput m_OnAllTrue;
CEntityIOOutput m_OnAllFalse;
CEntityIOOutput m_OnMixed;
};