gifs
This commit is contained in:
parent
dd4317bf80
commit
3af02d2d0a
|
|
@ -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 |
Loading…
Reference in New Issue