Fix smoke gaps: recorder target + VK translation, player enum + null guard (#11)

This commit is contained in:
minsung
2026-04-07 17:30:53 +09:00
parent a0609f8f0e
commit 139fbbc0bc
10 changed files with 515 additions and 15 deletions

View File

@@ -9,6 +9,9 @@ public enum StepKind
Wait,
Checkpoint,
Save,
// Added for issue #11 — recorder emits these kinds from the smoke test.
Wheel,
Focus,
}
public sealed class Step