oecs-sharp/Game.Blackjack/Systems
hypercross 68eeeeb7a6 feat(oecs): add support for reordering relationship sources
Introduces `RelationshipReordered` change kind and `ReorderSources`
method to allow reordering the source set of a relationship without
removing and re-adding components. This optimizes shuffling operations
like deck setup in Blackjack.
2026-07-21 22:46:32 +08:00
..
DealSystem.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
DealerSystem.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
DeckSetupSystem.cs feat(oecs): add support for reordering relationship sources 2026-07-21 22:46:32 +08:00
HandUtil.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
PlayerBustCheckSystem.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00