This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
using System;
using UnityEngine;
// Token: 0x02001111 RID: 4369
[AttributeUsage(AttributeTargets.Method)]
public class OBGHBIBEEOI : PropertyAttribute
{
// Token: 0x0602571E RID: 153374 RVA: 0x00A67398 File Offset: 0x00A65598
public OBGHBIBEEOI(Type GJCIIJEMJJM)
{
this.GJCIIJEMJJM = GJCIIJEMJJM;
}
// Token: 0x04005EB7 RID: 24247
public Type GJCIIJEMJJM;
}