예제 #1
0
 // Token: 0x0600201C RID: 8220 RVA: 0x0006AA7C File Offset: 0x00068C7C
 public static bool smethod_0(Struct21 hotkey)
 {
     lock (Class318.object_0)
     {
         foreach (Class318.Class184 @class in Class318.dictionary_1.Values)
         {
             if (Struct21.smethod_0(@class.Hotkey, hotkey))
             {
                 return(true);
             }
         }
     }
     return(false);
 }
예제 #2
0
 // Token: 0x06002023 RID: 8227 RVA: 0x0006AC18 File Offset: 0x00068E18
 public bool method_4(Struct21 hotkey, out Class183 state)
 {
     lock (Class318.object_0)
     {
         foreach (Class318.Class184 @class in this.dictionary_0.Values)
         {
             if (Struct21.smethod_0(@class.Hotkey, hotkey))
             {
                 state = @class;
                 return(true);
             }
         }
     }
     state = null;
     return(false);
 }