Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
215 B
C#

using System;
using Cpp2IlInjected;
namespace CSCore
{
// Token: 0x02000009 RID: 9
[Token(Token = "0x2000009")]
public interface ISampleSource : IReadableAudioSource<float>, IAudioSource, IDisposable
{
}
}