Add v1.0.3.1
This commit is contained in:
17
Cpp2IL/Assembly-CSharp/IAchievementSystem.cs
Normal file
17
Cpp2IL/Assembly-CSharp/IAchievementSystem.cs
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user