Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine.PostProcessing
{
// Token: 0x02000509 RID: 1289
[Token(Token = "0x2000509")]
public sealed class TrackballGroupAttribute : PropertyAttribute
{
// Token: 0x06002CDC RID: 11484 RVA: 0x000610C8 File Offset: 0x0005F2C8
[Token(Token = "0x6002CDC")]
[Address(RVA = "0x4C4970", Offset = "0x4C3770", VA = "0x1804C4970")]
public TrackballGroupAttribute()
{
}
}
}