c2c6a951706cb1771e03f18ac987df782aaf9e4b
fix(tests): SeedViewerAsync tutorialState param is no longer sentinel-overloaded The previous `if (tutorialState != 0)` block silently dropped overrides for state 0, so `SeedViewerAsync(tutorialState: 0)` returned whatever BuildDefaultViewer set (state 1), not state 0. Tests that wanted a fresh-signup viewer were getting one by accident, and the stale comment claimed the default was 0. Always override. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> @
Description
The SV Simulator server code, including the DCG Engine, SVSim content, and an entrypoint for the official game client.
Languages
C#
100%