You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the `StdbPlugin` builder methods to register table bindings during app setup.
173
173
174
-
Each method eagerly registers the internal Bevy message channels for the row type you specify and stores a deferred binding callback that runs whenever a connection becomes active.
174
+
Each method eagerly registers the internal Bevy message channels for the row type and stores a deferred binding that runs whenever a connection becomes active.
175
175
176
176
| Method | Use when |
177
177
|---|---|
@@ -181,10 +181,10 @@ Each method eagerly registers the internal Bevy message channels for the row typ
0 commit comments