Reflect.decorate(WUIC_AudioQueueDisplay, "$c:components@Component", Component, { {
tag = "AudioQueueDisplay",
attributes = {},
instanceGuard = t.intersection(t.instanceIsA("Part"), t.children({
Part = t.instanceIsA("Part"),
})),
} })
Reflect.decorate(WUIC_AudioQueueDisplay, "$c:components@Component", Component, { {
tag = "AudioQueueDisplay",
attributes = {},
instanceGuard = t.intersection(t.instanceIsA("Part"), t.children({
Part = t.instanceIsA("Part"),
})),
} })