19 lines
416 B
C#
19 lines
416 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace Bitgem.Core
|
|
{
|
|
// Token: 0x020003E3 RID: 995
|
|
[Token(Token = "0x20003E3")]
|
|
public class FlagEnumAttribute : PropertyAttribute
|
|
{
|
|
// Token: 0x06002503 RID: 9475 RVA: 0x0005686C File Offset: 0x00054A6C
|
|
[Token(Token = "0x6002503")]
|
|
[Address(RVA = "0x367170", Offset = "0x366170", VA = "0x180367170")]
|
|
public FlagEnumAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|