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

10 lines
100 B
C#

namespace Valve.VR
{
public struct VRControllerAxis_t
{
public float x;
public float y;
}
}