m
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CSCore
|
||||
{
|
||||
// Token: 0x02000009 RID: 9
|
||||
[Token(Token = "0x2000009")]
|
||||
public interface ISampleSource : IReadableAudioSource<float>, IAudioSource, IDisposable
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user