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

5 lines
99 B
C#

namespace SRDebugger.Services
{
public delegate void BugReportProgressCallback(float progress);
}