this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 8303945b7d79bf4159158f6513168cb8c21ba7f3 10 lines 248 B view raw
1import { NodeDefinition } from "./Nodes"; 2import { NodeOSCActionsSendChatbox } from "./OSCActions/Send Chatbox"; 3 4export let NodeOSCActions: NodeDefinition = { 5 isSingle: false, 6 name: 'OSC Actions', 7 items: [ 8 NodeOSCActionsSendChatbox 9 ] 10}