12 lines
170 B
C#
12 lines
170 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000002 RID: 2
|
|
[Token(Token = "0x2000002")]
|
|
public interface ISubsystemDescriptor
|
|
{
|
|
}
|
|
}
|