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;
// Token: 0x02000103 RID: 259
[Token(Token = "0x2000103")]
public interface IAchievementSystem
{
// Token: 0x06000E52 RID: 3666
[Token(Token = "0x6000E52")]
[Address(Slot = "0")]
bool HasUnlocked(int index);
// Token: 0x06000E53 RID: 3667
[Token(Token = "0x6000E53")]
[Address(Slot = "1")]
void Unlock(int index);
}