clockworklabs / com.clockworklabs.spacetimedbsdk

The SpacetimeDB SDK for C# clients
https://spacetimedb.com
Apache License 2.0
6 stars 0 forks source link

Don't use BuiltinType.I/U128, use AlgebraicType.I/U128 #116

Closed Centril closed 3 months ago

Centril commented 4 months ago

Description of Changes

Required to make "SDK Tests" pass in https://github.com/clockworklabs/SpacetimeDB/pull/1559.

API

Not breaking.

Requires SpacetimeDB PRs