10 lines
91 B
C#
10 lines
91 B
C#
namespace OVR
|
|
{
|
|
public enum EmitterChannel
|
|
{
|
|
None = -1,
|
|
Reserved = 0,
|
|
Any = 1
|
|
}
|
|
}
|