scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200003E RID: 62
|
||||
[RequireComponent(typeof(Camera))]
|
||||
public sealed class FlareLayer : Behaviour
|
||||
{
|
||||
// Token: 0x0600045E RID: 1118 RVA: 0x00007720 File Offset: 0x00005920
|
||||
internal FlareLayer()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user