clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Implement Timestamp and TimeDuration in C# #1859

Closed kazimuth closed 4 weeks ago

kazimuth commented 1 month ago

Description of Changes

I believe this is actually all you need. These types will need to be plumbed through sats and code generation though.

API and ABI breaking changes

Breaks API and ABI of C# modules & clients.

Expected complexity level and risk

1, we could potentially have some code using the old time units floating around somewhere.

Testing

None!