14 lines
274 B
C#
14 lines
274 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine.Bindings;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x020000AB RID: 171
|
|
[Token(Token = "0x20000AB")]
|
|
[NativeHeader("Runtime/Camera/LightProbeProxyVolume.h")]
|
|
public sealed class LightProbeProxyVolume : Behaviour
|
|
{
|
|
}
|
|
}
|