FittsLaw/Assets/Oculus/Platform/Editor/OculusStandalonePlatformResponse.cs

11 lines
169 B
C#
Raw Normal View History

2018-10-14 23:33:23 -04:00
namespace Oculus.Platform
{
using System;
[Serializable]
public sealed class OculusStandalonePlatformResponse
{
public string access_token;
}
}