oecs-sharp/Game.TicTacToe/Systems
hypercross 4cdfe9c957 refactor: update iterator access and simplify loops
Refactor code to use `Val1` and `Val2` instead of `Item1` and `Item2`
for
iterator access. Simplify `PlaceMarkCommand` and `WinCheckSystem` by
replacing `while` loops with `foreach` and removing redundant comments.
2026-07-21 11:09:55 +08:00
..
WinCheckSystem.cs refactor: update iterator access and simplify loops 2026-07-21 11:09:55 +08:00