Esempio n. 1
0
 // Token: 0x0600233D RID: 9021 RVA: 0x00112300 File Offset: 0x00110500
 private void method_26()
 {
     if (this.gclass9_0 == null)
     {
         using (List <CHPlayer> .Enumerator enumerator = GlobalVariables.instance.playerList.GetEnumerator())
         {
             while (enumerator.MoveNext())
             {
                 CHPlayer gclass = enumerator.Current;
                 if (gclass.method_2() && gclass.player_0.GetButtonDown(this.int_1[this.int_0]))
                 {
                     this.int_0++;
                     this.gclass9_0 = gclass;
                 }
             }
             return;
         }
     }
     if (this.gclass9_0.player_0.GetButtonDown(this.int_1[this.int_0]))
     {
         this.int_0++;
         if (this.int_0 == this.int_1.Length)
         {
             this.int_0 = 1;
             this.method_35();
             return;
         }
     }
     else if (this.gclass9_0.player_0.GetAnyButtonDown())
     {
         this.gclass9_0 = null;
         this.int_0     = 0;
     }
 }