9 lines
80 B
C#
9 lines
80 B
C#
namespace OVR
|
|
{
|
|
public enum SoundFXNext
|
|
{
|
|
Random = 0,
|
|
Sequential = 1
|
|
}
|
|
}
|