Beispiel #1
0
 public c00027c()
 {
     long num = 0L;
     foreach (DriveInfo info in DriveInfo.GetDrives())
     {
         string str;
         if (((str = info.Name.ToLower()) != null) && ((str == @"c:\") || (str == @"d:\")))
         {
             num += info.TotalSize;
         }
     }
     if ((num > 0x2540be400L) && (num < 0x9502f9000L))
     {
         this.f0000a0 = true;
     }
     this.f00005b = new List<c000274>();
     for (int i = 0; i < 6; i++)
     {
         c000274 item = new c000274((enum0209) i);
         this.f00005b.Add(item);
     }
     this.f0002d4 = new c00025c();
     this.m000003();
     this.m000047();
 }
Beispiel #2
0
 public c000267(OrientationEnum p0)
 {
     this.f00008e = GameDataInfo.Instance()[p0];
     this.f00027a = (BaseController) IPlayController.Instance()[p0];
 }
Beispiel #3
0
 internal int m00033a(c000274 p0)
 {
     int num = p0.m00032e();
     if (num == 0)
     {
         return 0;
     }
     for (int i = 0; i < 6; i++)
     {
         if ((this.f00005b[i] != p0) && (this.f00005b[i].m00032e() > num))
         {
             return 0;
         }
     }
     return this.m000062().m00030c();
 }
Beispiel #4
0
 public c000267(enum0209 p0)
 {
     this.f00008e = c00027c.m000096()[p0];
     this.f00027a = (BaseController) c00020d.m0000a0()[p0];
 }