Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Valve/VR/EVRScreenshotPropertyFilenames.cs
2026-02-21 16:45:37 +08:00

9 lines
97 B
C#

namespace Valve.VR
{
public enum EVRScreenshotPropertyFilenames
{
Preview = 0,
VR = 1
}
}