11 lines
169 B
C#
11 lines
169 B
C#
|
namespace Oculus.Platform
|
||
|
{
|
||
|
using System;
|
||
|
|
||
|
[Serializable]
|
||
|
public sealed class OculusStandalonePlatformResponse
|
||
|
{
|
||
|
public string access_token;
|
||
|
}
|
||
|
}
|