Example #1
0
    // Token: 0x06000037 RID: 55 RVA: 0x00004DFC File Offset: 0x00002FFC
    private static bool smethod_4()
    {
        long timestamp = Stopwatch.GetTimestamp();
        long num       = timestamp - (long)((ulong)GClass7.smethod_0());

        num = ((num > 0L) ? (num / 1000L) : 0L);
        return(num > 600L);
    }
Example #2
0
 // Token: 0x06000133 RID: 307 RVA: 0x00007054 File Offset: 0x00005254
 public void method_0(GClass15 gclass15_1, GClass10 gclass10_0, GClass7 gclass7_1, GClass14 gclass14_1, bool bool_2, Settings settings_1)
 {
     this.bool_0     = true;
     this.settings_0 = settings_1;
     this.gclass7_0  = gclass7_1;
     this.gclass7_0.method_0();
     this.gclass7_0.Thread_0.Start(new GClass11(gclass10_0, (double)this.settings_0.WindupMultiplier, (double)this.settings_0.TotalDelayMultiplier));
     this.gclass15_0 = gclass15_1;
     this.gclass14_0 = gclass14_1;
     GClass1.smethod_0();
     this.thread_0          = new Thread(new ParameterizedThreadStart(this.method_2));
     this.thread_0.Priority = ThreadPriority.Highest;
     this.thread_0.Start(bool_2);
 }