oecs-sharp/Game.Blackjack.Tests
hypercross 91c6f4aa2c refactor: remove Source property from IRelationship
Remove the redundant `Source` property from `IRelationship` and its
implementations. Since the relationship component is inherently
stored on the source entity, the `Source` field was unnecessary and
required manual synchronization during deserialization.

This change simplifies the relationship model, reduces memory usage,
and removes the need for reflection-based fixups in the serializer.
2026-07-20 22:59:27 +08:00
..
Game.Blackjack.Tests.csproj test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
GameFlowTests.cs refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
PlayTests.cs test: improve blackjack play tests and logging 2026-07-20 17:37:23 +08:00
SnapshotTests.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00