9 lines
175 B
C#
9 lines
175 B
C#
namespace FlowScope.Audio
|
|
{
|
|
public sealed class AudioServiceConfig
|
|
{
|
|
public int SfxPoolSize = 10;
|
|
public bool ReuseOldestWhenExhausted = true;
|
|
}
|
|
}
|