mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-18 21:53:16 -04:00
40ec970d17
## Description of Changes Moves table-specific operations out of `SpacetimeDBClient.cs` and into `Table.cs` in order to reduce coupling between the two files. This is the implementation of https://github.com/clockworklabs/SpacetimeDB/issues/3047 This is a PR being duplicated/migrated from https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/346, which contains prior discussion/review/approval. ## API - [ ] This is an API breaking change to the SDK ## Requires SpacetimeDB PRs No PRs needed, works with latest master ## Testsuite SpacetimeDB branch name: master ## Testing - [X] Opened and ran Blackhol.io within Unity Editor and successfully connecting to a locally running server - [X] Compiled a WebGL build of Blackhol.io and successfully connecting to a locally running server - [x] Opened and ran BitCraft within Unity Editor and successfully connecting to a locally running server