Exemplo n.º 1
0
 // Token: 0x0600121C RID: 4636 RVA: 0x0001A2DC File Offset: 0x000192DC
 public CheckTutorialComplete(TutorialSource source, bool complete)
 {
     this.source   = source;
     this.complete = complete;
 }
Exemplo n.º 2
0
 // Token: 0x0600010F RID: 271 RVA: 0x000031B8 File Offset: 0x000021B8
 public bool IsTutorialComplete(TutorialSource source)
 {
     return(Marshal._EASharpBinding_68(this.mSelf, (int)source));
 }
Exemplo n.º 3
0
 // Token: 0x0600135E RID: 4958 RVA: 0x0001C007 File Offset: 0x0001B007
 public HandleTutorial(InstancedEvent evnt, EntrantInfo entrant, TutorialSource source) : base(evnt, entrant, Ports.Gameplay)
 {
     this.source = source;
 }
Exemplo n.º 4
0
 // Token: 0x0600010D RID: 269 RVA: 0x0000319C File Offset: 0x0000219C
 public bool HandleTutorial(TutorialSource source)
 {
     return(Marshal._EASharpBinding_67(this.mSelf, (int)source));
 }