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

8 lines
102 B
C#

namespace Valve.VR
{
public struct VRTextureWithDepth_t
{
public VRTextureDepthInfo_t depth;
}
}