Setup entry point + integrated moonworks stuff
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Nerfed.Runtime.Audio;
|
||||
|
||||
public interface IPoolable<T>
|
||||
{
|
||||
static abstract T Create(AudioDevice device, Format format);
|
||||
}
|
||||
Reference in New Issue
Block a user