コード例 #1
0
 // Token: 0x060024D7 RID: 9431 RVA: 0x0023BD3B File Offset: 0x00239F3B
 public SuperJump(OverseerDroughtTutorialBehavior.InputInstruction instructionHologram, OverseerDroughtTutorialBehavior tutBehavior, bool inTuturialSection) : base(instructionHologram, tutBehavior)
 {
     this.inTuturialSection = inTuturialSection;
 }
コード例 #2
0
 public InputInstructionController(OverseerDroughtTutorialBehavior.InputInstruction instructionHologram, OverseerDroughtTutorialBehavior tutBehavior)
 {
     this.instructionHologram = instructionHologram;
     this.tutBehavior         = tutBehavior;
 }