﻿using System;

namespace Oni.Objects
{
    internal enum SoundVolumeType
    {
        Box = 0x564C4D45,
        Sphere = 0x53504852
    }
}
