12 lines
229 B
C#
12 lines
229 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.XR.ARSubsystems
|
|
{
|
|
// Token: 0x0200001A RID: 26
|
|
[Token(Token = "0x200001A")]
|
|
public class XRDepthSubsystemDescriptor : SubsystemDescriptor<XRDepthSubsystem>
|
|
{
|
|
}
|
|
}
|