FittsLaw/Assets/Oculus/Platform/Editor/OculusStandalonePlatformResponse.cs
2018-10-09 20:59:57 -04:00

11 lines
169 B
C#

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