This commit is contained in:
beo3000 2025-12-30 20:15:49 +01:00
parent dd4317bf80
commit 3af02d2d0a
3 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,10 @@ public record LoadCompletedGamesFailureAction(string Error);
/// <param name="AfterThrowState">State after the throw was made.</param>
/// <param name="IsGutter">Whether the throw went into the gutter.</param>
/// <param name="IsLeftGutter">Whether it was the left gutter.</param>
public record RecordThrowAction(ThrowPanelState BeforeThrowState, ThrowPanelState AfterThrowState, bool IsGutter = false, bool IsLeftGutter = false);
public record RecordThrowAction(ThrowPanelState BeforeThrowState,
ThrowPanelState AfterThrowState,
bool IsGutter = false,
bool IsLeftGutter = false);
/// <summary>
/// Action dispatched after ProcessThrow completes with game logic result.

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB