Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/SRDebugger/UI/Controls/PinEntryControlCallback.cs
2026-02-21 16:45:37 +08:00

7 lines
154 B
C#

using System.Collections.Generic;
namespace SRDebugger.UI.Controls
{
public delegate void PinEntryControlCallback(IList<int> result, bool didCancel);
}