14class DirectionalProducerComponent :
public ::ProducerComponent {
17 using AllowedConnections = ::std::bitset<6>;
22 ::ll::TypedStorage<4, 4, ::std::bitset<6>> mAllowedConnections;
35 MCAPI DirectionalProducerComponent();
37 MCFOLD
void setAllowedConnections(::std::bitset<6> allowedConnections);
57 MCAPI
static void** $vftable();