forked from cgvr/DeltaVR
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace Oculus.Platform
 | 
						|
{
 | 
						|
  using System;
 | 
						|
 | 
						|
  [Serializable]
 | 
						|
  public sealed class OculusStandalonePlatformResponse
 | 
						|
  {
 | 
						|
    public string access_token;
 | 
						|
  }
 | 
						|
}
 |