Beispiel #1
0
 protected GClass91(GClass32 gclass32_1)
 {
     this.WorkPath = gclass32_1.String_2;
     this.ToInject = gclass32_1;
     if (!GClass91.Boolean_1 && GClass91.smethod_4() == null)
     {
         Class67.smethod_7("java.exe");
         if (GClass91.smethod_4() == null)
         {
             int num = (int)RadMessageBox.Show("Java was not installed, it is required to build custom games.");
             throw new Exception("Java is not installed!");
         }
     }
     this.Name = this.ToInject.Name;
     try
     {
         this.Name = this.method_6("name").Replace("\\n", "\n");
     }
     catch
     {
     }
 }