9 lines
97 B
C#
9 lines
97 B
C#
namespace Valve.VR
|
|
{
|
|
public enum EVRScreenshotPropertyFilenames
|
|
{
|
|
Preview = 0,
|
|
VR = 1
|
|
}
|
|
}
|