oecs-sharp/Game.Blackjack/Commands
hypercross cbb7edd472 refactor: simplify entity lookups and clean up state updates
- Replace manual entity iteration with `world.FindEntity<T>()`
- Remove redundant `MarkModified<GameState>` calls
- Add safety counters to prevent infinite loops in tests and systems
- Call `FlushPendingMutations` after card transfers to ensure
  consistency
- Rename `Run` to `RunImpl` in several systems
2026-07-21 13:57:11 +08:00
..
HitCommand.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
NewRoundCommand.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
PlaceBetCommand.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
StandCommand.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00