Files
2026-06-04 11:42:34 +02:00

9 lines
213 B
C#

using System;
namespace RecRoom.Challenges
{
// Token: 0x02000B12 RID: 2834
// (Invoke) Token: 0x06015AFA RID: 88826
public delegate void ChallengeNotifyEvent(IChallenge challenge, int count, int total);
}