18 lines
365 B
C#
18 lines
365 B
C#
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);
|
|
}
|