Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
michael811125 committed Nov 6, 2023
1 parent 0fb50c1 commit aea4fda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public class Padding

// Callbacks
public Action<Vector2> onValueChanged;
public event Action onRectTransformDimensionsChanged;
public event Action<InfiniteCell> onCellSelected;
public Action onRectTransformDimensionsChanged;
public Action onRefreshed;
public event Action<InfiniteCell> onCellSelected;

// Task cancellation
private CancellationTokenSource _cts;
Expand Down

0 comments on commit aea4fda

Please sign in to comment.