namespace GameCreator.Runtime.Common.Audio
{
    public enum SpatialBlending
    {
        None,
        Spatial
    }
}