This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace CSCore.SoundIn
{
// Token: 0x02000039 RID: 57
[Token(Token = "0x2000039")]
public class RecordingStoppedEventArgs : StoppedEventArgs
{
// Token: 0x060000E0 RID: 224 RVA: 0x0000207E File Offset: 0x0000027E
[Token(Token = "0x60000DF")]
[Address(RVA = "0x69C9E0", Offset = "0x69B7E0", VA = "0x18069C9E0")]
public RecordingStoppedEventArgs(Exception exception)
{
}
}
}