Files
ApexSurgery/Assets/Oculus/Platform/Editor/OculusStandalonePlatformResponse.cs
T
2025-07-04 20:33:06 +03:00

11 lines
159 B
C#

namespace Oculus.Platform
{
using System;
[Serializable]
public sealed class OculusStandalonePlatformResponse
{
public string access_token;
}
}