FittsLaw/Assets/Oculus/Platform/Editor/OculusStandalonePlatformResponse.cs
2018-10-14 23:33:23 -04:00

11 lines
169 B
C#

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