Skip to content

Commit ca143bb

Browse files
committed
Add bindable/remote events and functions to json_model_classes
1 parent d08780f commit ca143bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/syncback/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ pub fn get_best_middleware(snapshot: &SyncbackSnapshot) -> Middleware {
318318
"ChatInputBarConfiguration",
319319
"BubbleChatConfiguration",
320320
"ChannelTabsConfiguration",
321+
"RemoteEvent",
322+
"UnreliableRemoteEvent",
323+
"RemoteFunction",
324+
"BindableEvent",
325+
"BindableFunction",
321326
]
322327
.into()
323328
});

0 commit comments

Comments
 (0)