12 lines
212 B
C#
12 lines
212 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CSCore
|
|
{
|
|
// Token: 0x02000007 RID: 7
|
|
[Token(Token = "0x2000007")]
|
|
public interface IWaveSource : IReadableAudioSource<byte>, IAudioSource, IDisposable
|
|
{
|
|
}
|
|
}
|