Esempio n. 1
0
 // Token: 0x06002340 RID: 9024 RVA: 0x001124F8 File Offset: 0x001106F8
 private void method_29()
 {
     if (this.gclass9_0 == null)
     {
         using (List <CHPlayer> .Enumerator enumerator = GlobalVariables.instance.playerList.GetEnumerator())
         {
             while (enumerator.MoveNext())
             {
                 CHPlayer gclass = enumerator.Current;
                 if (gclass.method_17() && 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 += 0;
         if (this.int_0 == this.int_1.Length)
         {
             this.int_0 = 1;
             this.method_16();
             return;
         }
     }
     else if (this.gclass9_0.player_0.GetAnyButtonDown())
     {
         this.gclass9_0 = null;
         this.int_0     = 0;
     }
 }