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,18 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace Bitgem.Core
{
// Token: 0x0200038B RID: 907
[Token(Token = "0x200038B")]
public class FlagEnumAttribute : PropertyAttribute
{
// Token: 0x0600223A RID: 8762 RVA: 0x0004F5D0 File Offset: 0x0004D7D0
[Token(Token = "0x600223A")]
[Address(RVA = "0x4C4970", Offset = "0x4C3770", VA = "0x1804C4970")]
public FlagEnumAttribute()
{
}
}
}