9 lines
213 B
C#
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);
|
|
}
|