Esempio n. 1
0
 // Token: 0x06002328 RID: 9000 RVA: 0x00111898 File Offset: 0x0010FA98
 private void method_8()
 {
     if (this.gclass9_0 == null)
     {
         using (List <CHPlayer> .Enumerator enumerator = GlobalVariables.instance.playerList.GetEnumerator())
         {
             while (enumerator.MoveNext())
             {
                 CHPlayer gclass = enumerator.Current;
                 if (gclass.method_15() && gclass.player_0.GetButtonDown(this.int_1[this.int_0]))
                 {
                     this.int_0    += 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 = 0;
             this.method_36();
             return;
         }
     }
     else if (this.gclass9_0.player_0.GetAnyButtonDown())
     {
         this.gclass9_0 = null;
         this.int_0     = 0;
     }
 }