File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Assets/SessionSocketClient Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,7 @@ The basic concept is that a `UnitySessionData` component is simply a MonoBehavio
41412 . ` HookupEventListeners() ` - Subscribe to events the session data cares about to modify its own data.
42423 . ` UnhookEventListeners() ` - Unsubscribe from events the session data is listening to.
43434 . ` UpdateDataFromLocal() ` - Use to update the session data stored in this component from the other components it watches.
44- 5 . ` UpdateLocalFromData() ` - Use to update the watched components with the data stored in this component.
44+ 5 . ` UpdateLocalFromData() ` - Use to update the watched components with the data stored in this component.
45+
46+ ## Third Party Credits
47+ - [ MiniJSON] ( https://gist.github.com/darktable/1411710 ) - Calvin Rien ([ darktable] ( https://gist.github.com/darktable/1411710 ) )
You can’t perform that action at this time.
0 commit comments