18 lines
365 B
C#
18 lines
365 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02000129 RID: 297
|
|
[Token(Token = "0x2000129")]
|
|
public interface IAchievementSystem
|
|
{
|
|
// Token: 0x06000F7D RID: 3965
|
|
[Token(Token = "0x6000F7D")]
|
|
[Address(Slot = "0")]
|
|
bool HasUnlocked(int index);
|
|
|
|
// Token: 0x06000F7E RID: 3966
|
|
[Token(Token = "0x6000F7E")]
|
|
[Address(Slot = "1")]
|
|
void Unlock(int index);
|
|
}
|