Exemplo n.º 1
0
        public override void imethod_0(Interface8 reader)
        {
            for (int index = 0; index < 5; ++index)
            {
                string str = reader.ReadString();
                reader.imethod_5();
                switch (str)
                {
                case "ambient factor":
                    this.double_0 = reader.imethod_8();
                    break;

                case "diffuse factor":
                    this.double_1 = reader.imethod_8();
                    break;

                case "specular factor":
                    this.double_2 = reader.imethod_8();
                    break;

                case "mirror factor":
                    this.double_3 = reader.imethod_8();
                    break;

                case "roughness":
                    this.double_4 = reader.imethod_8();
                    break;
                }
            }
        }
Exemplo n.º 2
0
 public override void imethod_0(Interface8 reader)
 {
     base.imethod_0(reader);
     this.class242_0 = Class242.smethod_0(reader);
     this.double_0   = reader.imethod_8();
     this.double_1   = reader.imethod_8();
 }
Exemplo n.º 3
0
 public virtual void imethod_0(Interface8 reader)
 {
     this.class690_0 = new Class686.Class690(reader);
     this.class238_0 = Class238.smethod_0(reader.imethod_20());
     this.double_0   = reader.imethod_8();
     this.double_1   = reader.imethod_8();
 }
Exemplo n.º 4
0
 internal override void vmethod_0(Interface8 reader)
 {
     base.vmethod_0(reader);
     this.vector3D_0.X = reader.imethod_8();
     this.vector3D_0.Y = reader.imethod_8();
     this.vector3D_0.Z = reader.imethod_8();
 }
Exemplo n.º 5
0
 public override void imethod_0(Interface8 reader)
 {
   this.class188_0 = Class188.smethod_0(reader);
   this.class242_0 = Class242.smethod_0(reader);
   if (reader.FileFormatVersion < Class250.int_38)
   {
     this.vector3D_0 = reader.imethod_19();
     this.double_4 = reader.imethod_8();
     this.double_5 = reader.imethod_8();
   }
   if (reader.FileFormatVersion < Class250.int_48)
   {
     this.class439_0 = new Class439(reader);
     this.class439_1 = new Class439(reader);
     this.int_0 = reader.imethod_5();
     if (reader.FileFormatVersion < Class250.int_36)
       return;
     this.class796_0 = new Class796(reader);
     this.class796_1 = new Class796(reader);
   }
   else
   {
     this.class243_0 = new Class243();
     this.class243_0.vmethod_0(reader);
     this.double_3 = reader.imethod_8();
     base.imethod_0(reader);
   }
 }
Exemplo n.º 6
0
        public virtual void imethod_0(Interface8 reader)
        {
            int num = reader.imethod_11(Class1029.string_0);

            if (num >= 4)
            {
                --num;
            }
            this.enum50_0 = (Class1029.Enum50)num;
            switch (this.enum50_0)
            {
            case Class1029.Enum50.const_1:
                break;

            case Class1029.Enum50.const_2:
                this.double_0 = reader.imethod_8();
                this.double_1 = reader.imethod_8();
                break;

            case Class1029.Enum50.const_4:
                this.class710_0 = new Class686.Class710(reader);
                if (!this.class710_0.Value)
                {
                    break;
                }
                this.class364_0 = Class364.smethod_0(reader);
                break;

            default:
                throw new Exception0("Invalid var cross section type : " + (object)this.enum50_0);
            }
        }
Exemplo n.º 7
0
        public void imethod_0(Interface8 reader)
        {
            this.enum23_0 = Class647.smethod_0(reader);
            if (this.enum23_0 == Class647.Enum23.const_2)
            {
                return;
            }
            this.int_2 = reader.imethod_5();
            this.int_3 = reader.imethod_5();
            if (this.enum23_0 == Class647.Enum23.const_1)
            {
                this.enum2_0 = Class195.smethod_0(reader);
            }
            this.enum34_0 = Class883.smethod_0(reader);
            this.enum34_1 = Class883.smethod_0(reader);
            this.enum49_0 = Class1028.smethod_0(reader);
            this.enum49_1 = Class1028.smethod_0(reader);
            int length1 = reader.imethod_5();
            int length2 = reader.imethod_5();
            int num1    = 2;
            int num2    = 2;

            this.double_0 = new double[length1];
            this.int_0    = new int[length1];
            for (int index = 0; index < length1; ++index)
            {
                this.double_0[index] = reader.imethod_8();
                this.int_0[index]    = reader.imethod_5();
                num1 += this.int_0[index];
            }
            this.double_1 = new double[length2];
            this.int_1    = new int[length2];
            for (int index = 0; index < length2; ++index)
            {
                this.double_1[index] = reader.imethod_8();
                this.int_1[index]    = reader.imethod_5();
                num2 += this.int_1[index];
            }
            int num3 = num1 - this.int_2 - 1;
            int num4 = num2 - this.int_3 - 1;

            this.point3D_0 = new Point3D[num3 * num4];
            if (this.enum23_0 == Class647.Enum23.const_1)
            {
                this.double_2 = new double[num3 * num4];
                for (int index = 0; index < this.point3D_0.Length; ++index)
                {
                    this.point3D_0[index] = Class794.smethod_15(reader);
                    this.double_2[index]  = reader.imethod_8();
                }
            }
            else
            {
                for (int index = 0; index < this.point3D_0.Length; ++index)
                {
                    this.point3D_0[index] = Class794.smethod_15(reader);
                }
            }
        }
Exemplo n.º 8
0
 public override void imethod_0(Interface8 reader)
 {
     reader.ReadString();
     reader.imethod_5();
     this.point3D_0.X = reader.imethod_8();
     this.point3D_0.Y = reader.imethod_8();
     this.point3D_0.Z = reader.imethod_8();
 }
Exemplo n.º 9
0
        public override void vmethod_0(Interface8 reader)
        {
            Class647.Enum23 enum23 = Class647.smethod_0(reader);
            if (enum23 == Class647.Enum23.const_2)
            {
                return;
            }
            int degree = reader.imethod_5();

            this.enum34_0 = Class883.smethod_0(reader);
            int length1 = reader.imethod_5();

            this.double_0 = new double[length1];
            this.int_0    = new int[length1];
            double[] knots   = new double[length1 * degree + 2];
            int      length2 = 0;

            for (int index1 = 0; index1 < length1; ++index1)
            {
                double num1 = reader.imethod_8();
                this.double_0[index1] = num1;
                int num2 = reader.imethod_5();
                this.int_0[index1] = num2;
                if (index1 == 0 || index1 == length1 - 1)
                {
                    ++num2;
                }
                for (int index2 = 0; index2 < num2; ++index2)
                {
                    knots[length2++] = num1;
                }
            }
            if (length2 < knots.Length)
            {
                double[] numArray = new double[length2];
                Array.Copy((Array)knots, 0, (Array)numArray, 0, length2);
                knots = numArray;
            }
            Point3D[] controlPoints = new Point3D[length2 - degree - 1];
            double[]  weights       = new double[length2 - degree - 1];
            for (int index = 0; index < controlPoints.Length; ++index)
            {
                controlPoints[index] = Class794.smethod_15(reader);
                if (enum23 == Class647.Enum23.const_1)
                {
                    weights[index] = reader.imethod_8();
                }
            }
            if (enum23 == Class647.Enum23.const_1)
            {
                this.splineCurve3D_0 = new SplineCurve3D(degree, knots, controlPoints, weights);
            }
            else
            {
                this.splineCurve3D_0 = new SplineCurve3D(degree, knots, controlPoints);
            }
        }
Exemplo n.º 10
0
        public override void imethod_0(Interface8 reader)
        {
            int length1 = reader.imethod_5();

            this.class684_0 = new Class684[length1];
            for (int index = 0; index < length1; ++index)
            {
                this.class684_0[index] = new Class684();
                this.class684_0[index].imethod_0(reader);
            }
            int length2 = reader.imethod_5();

            this.class683_0 = new Class683[length2];
            for (int index = 0; index < length2; ++index)
            {
                this.class683_0[index] = new Class683();
                this.class683_0[index].imethod_0(reader);
            }
            this.double_3 = new double[length2 * length1];
            this.double_4 = new double[length2 * length1];
            for (int index1 = 0; index1 < length2; ++index1)
            {
                for (int index2 = 0; index2 < length1; ++index2)
                {
                    this.double_4[index2 + index1 * length1] = reader.imethod_8();
                    this.double_3[index2 + index1 * length1] = reader.imethod_8();
                }
            }
            if (reader.FileFormatVersion >= Class250.int_68)
            {
                int length3 = (length1 < length2 ? length1 : length2) * 2;
                this.double_5 = new double[length3];
                for (int index = 0; index < length3; ++index)
                {
                    this.double_5[index] = reader.imethod_8();
                }
                this.int_5      = reader.imethod_5();
                this.vector3D_0 = new Vector3D[length2 * length1];
                for (int index = 0; index < length2 * length1; ++index)
                {
                    this.vector3D_0[index] = reader.imethod_19();
                }
            }
            if (reader.FileFormatVersion >= Class250.int_64)
            {
                this.class1046_0 = new Class1046();
                this.class1046_0.imethod_0(reader);
                this.class1046_1 = new Class1046();
                this.class1046_1.imethod_0(reader);
                this.class1046_2 = new Class1046();
                this.class1046_2.imethod_0(reader);
                this.class1046_3 = new Class1046();
                this.class1046_3.imethod_0(reader);
            }
            this.method_0(reader);
        }
Exemplo n.º 11
0
 public override void imethod_0(Interface8 reader)
 {
     base.imethod_0(reader);
     if (reader.FileFormatVersion < Class250.int_38)
     {
         return;
     }
     this.double_4 = reader.imethod_8();
     this.double_5 = reader.imethod_8();
 }
Exemplo n.º 12
0
 public override void imethod_0(Interface8 reader)
 {
     this.class601_0 = Class601.smethod_0(reader);
     this.class601_1 = Class601.smethod_0(reader);
     this.class242_0 = Class242.smethod_0(reader);
     this.double_3   = reader.imethod_8();
     this.double_4   = reader.imethod_8();
     this.enum6_0    = (Class200.Enum6)reader.imethod_12(Class200.string_3, Class200.int_12);
     if (this.enum6_0 != Class200.Enum6.const_0)
     {
         this.class364_0 = Class364.smethod_0(reader);
         if (this.enum6_0 == Class200.Enum6.const_2)
         {
             this.class364_1 = Class364.smethod_0(reader);
         }
         this.class1029_0 = new Class1029();
         this.class1029_0.imethod_0(reader);
     }
     if (reader.FileFormatVersion >= Class250.int_48)
     {
         this.class439_2 = new Class439(reader);
     }
     else
     {
         this.class439_0 = new Class439(reader);
         this.class439_2 = new Class439(reader);
         this.class439_1 = new Class439(reader);
         this.int_5      = reader.imethod_5();
         this.int_6      = reader.imethod_5();
     }
     if (reader.FileFormatVersion >= Class250.int_75)
     {
         this.class439_3 = new Class439(reader);
         this.int_7      = reader.imethod_5();
         this.double_6   = reader.imethod_8();
         this.double_5   = reader.imethod_8();
         this.int_8      = reader.imethod_5();
     }
     if (reader.FileFormatVersion >= Class250.int_48)
     {
         this.method_0(reader);
     }
     base.vmethod_1(reader);
     this.int_11 = 0;
     this.int_10 = 0;
     this.int_9  = 0;
     if (reader.FileFormatVersion < Class250.int_68)
     {
         return;
     }
     this.int_9  = reader.imethod_5();
     this.int_10 = reader.imethod_5();
     this.int_11 = reader.imethod_5();
 }
Exemplo n.º 13
0
 public override void imethod_0(Interface8 reader)
 {
     base.imethod_0(reader);
     this.class439_2 = new Class439(reader);
     this.class439_3 = new Class439(reader);
     this.class242_1 = Class242.smethod_0(reader);
     this.class439_4 = new Class439(reader);
     this.double_2   = reader.imethod_8();
     this.double_3   = reader.imethod_8();
     this.double_4   = reader.imethod_8();
 }
Exemplo n.º 14
0
 public override void imethod_0(Interface8 reader)
 {
     this.class247_0 = new Class247();
     this.class247_0.imethod_0(reader);
     this.double_0   = reader.imethod_8();
     this.double_1   = reader.imethod_8();
     this.double_2   = System.Math.Atan2(this.double_0, this.double_1);
     this.double_3   = reader.FileFormatVersion < Class250.int_41 ? new Vector3D(this.class247_0.MajorAxis).GetLength() : reader.imethod_8();
     this.class690_0 = reader.FileFormatVersion < Class250.int_4 ? new Class686.Class690(false) : new Class686.Class690(reader);
     base.imethod_0(reader);
 }
Exemplo n.º 15
0
 internal override void vmethod_0(Interface8 reader)
 {
     base.vmethod_0(reader);
     this.double_0 = reader.imethod_8();
     if (reader.FileFormatVersion >= Class250.int_69)
     {
         this.double_1 = reader.imethod_8();
         this.double_2 = reader.imethod_8();
     }
     else
     {
         this.double_1 = this.double_2 = this.double_0;
     }
 }
Exemplo n.º 16
0
        public override void imethod_0(Interface8 reader)
        {
            base.imethod_0(reader);
            this.class242_0 = Class242.smethod_0(reader);
            if (reader.FileFormatVersion == Class250.int_74)
            {
                this.int_0     = reader.imethod_5();
                this.point3D_0 = this.int_0 == 0 ? Point3D.Zero : reader.imethod_18();
                this.double_2  = reader.imethod_8();
                this.double_3  = reader.imethod_8();
                this.int_1     = reader.imethod_5();
            }
            else
            {
                if (Class250.int_76 > reader.FileFormatVersion)
                {
                    this.int_2 = reader.imethod_5();
                }
                else
                {
                    this.enum40_0 = (Class373.Enum40)reader.imethod_11(Class373.string_2);
                    switch (this.enum40_0)
                    {
                    case Class373.Enum40.const_0:
                        break;

                    case Class373.Enum40.const_1:
                        this.point3D_0 = reader.imethod_18();
                        break;

                    case Class373.Enum40.const_2:
                        this.class243_0.vmethod_0(reader);
                        this.class690_0 = new Class686.Class690(reader);
                        this.double_1   = reader.imethod_8();
                        break;

                    case Class373.Enum40.const_3:
                        this.vector3D_1 = reader.imethod_19();
                        this.vector3D_2 = reader.imethod_19();
                        break;

                    default:
                        throw new Exception0("surfaceTypeEnum is broken");
                    }
                }
                this.double_2   = reader.imethod_8();
                this.double_3   = reader.imethod_8();
                this.class690_1 = new Class686.Class690(reader);
            }
        }
Exemplo n.º 17
0
 public virtual void imethod_0(Interface8 reader)
 {
     this.double_0 = 0.0;
     if (reader.FileFormatVersion == Class250.int_9)
     {
         this.double_0 = reader.imethod_8();
     }
     else
     {
         this.class718_0 = new Class686.Class718(reader);
         this.vector3D_0 = reader.imethod_19();
         this.class719_0 = new Class686.Class719(reader);
         this.class719_1 = new Class686.Class719(reader);
         this.double_0   = reader.imethod_8();
     }
 }
Exemplo n.º 18
0
 public override void imethod_0(Interface8 reader)
 {
     this.method_0(reader);
     this.class439_2 = new Class439(reader);
     this.point3D_0  = reader.imethod_18();
     this.vector3D_0 = reader.imethod_19();
     this.vector3D_1 = reader.imethod_19();
     this.vector3D_2 = reader.imethod_19();
     this.double_2   = reader.imethod_8();
     if (reader.FileFormatVersion >= Class250.int_68)
     {
         this.vector3D_3 = reader.imethod_19();
         this.class188_0 = Class188.smethod_0(reader);
         this.class188_1 = Class188.smethod_0(reader);
         this.class243_0.vmethod_0(reader);
         this.class243_1.vmethod_0(reader);
     }
     else
     {
         this.class188_0      = (Class188) new Class189();
         this.class188_1      = (Class188) new Class189();
         this.class243_0.Type = Class647.Enum23.const_2;
         this.class243_1.Type = Class647.Enum23.const_2;
         this.vector3D_3      = this.vector3D_2;
         this.vector3D_3.Normalize();
     }
 }
Exemplo n.º 19
0
 public override void imethod_0(Interface8 reader)
 {
     base.imethod_0(reader);
     this.class188_0 = Class188.smethod_0(reader);
     this.class243_0.vmethod_0(reader);
     this.class690_0 = new Class686.Class690(reader);
     this.double_1   = reader.imethod_8();
 }
Exemplo n.º 20
0
 public override void imethod_0(Interface8 reader)
 {
     this.point3D_0  = reader.imethod_18();
     this.vector3D_0 = reader.imethod_19();
     this.double_0   = reader.imethod_8();
     this.double_1   = reader.imethod_8();
     if (reader.FileFormatVersion >= Class250.int_4)
     {
         this.vector3D_1 = reader.imethod_19();
         this.class695_0 = new Class686.Class695(reader);
         if (this.vector3D_1.GetLength() < 1E-10)
         {
             throw new Exception0("Invalid vector length : " + (object)this.vector3D_1.GetLength());
         }
     }
     base.imethod_0(reader);
 }
Exemplo n.º 21
0
 public override void vmethod_0(Interface8 reader)
 {
     this.point3D_0  = reader.imethod_18();
     this.vector3D_0 = reader.imethod_19();
     this.vector3D_1 = reader.imethod_19();
     this.double_0   = reader.imethod_8();
     base.vmethod_0(reader);
 }
Exemplo n.º 22
0
 public override void imethod_0(Interface8 reader)
 {
     this.method_0(reader);
     this.enum4_0 = reader.FileFormatVersion < Class250.int_48 ? Class224.Enum4.const_0 : (Class224.Enum4)reader.imethod_11(Class224.string_2);
     if (this.enum4_0 == Class224.Enum4.const_0)
     {
         this.class242_0 = (Class242) new Class244();
         this.class242_0.vmethod_0(reader);
         this.double_1 = reader.imethod_8();
     }
     else if (this.enum4_0 == Class224.Enum4.const_2)
     {
         this.class439_1 = new Class439(reader);
         this.int_0      = reader.imethod_11(Class224.string_3);
     }
     else
     {
         int length = reader.imethod_5();
         this.double_0 = new double[length];
         for (int index = 0; index < length; ++index)
         {
             this.double_0[index] = reader.imethod_8();
         }
         this.double_1 = reader.imethod_8();
         this.int_0    = reader.imethod_11(Class224.string_3);
     }
     this.class188_0 = Class188.smethod_0(reader);
     this.class188_1 = Class188.smethod_0(reader);
     this.class243_0.vmethod_0(reader);
     this.class243_1.vmethod_0(reader);
     if (reader.FileFormatVersion >= Class250.int_23)
     {
         this.class439_0 = new Class439(reader);
     }
     if (reader.FileFormatVersion >= Class250.int_36)
     {
         this.class796_0 = new Class796(reader);
     }
     this.int_1 = 0;
     if (reader.FileFormatVersion < Class250.int_68)
     {
         return;
     }
     this.int_1 = reader.imethod_5();
 }
Exemplo n.º 23
0
        public override void imethod_0(Interface8 reader)
        {
            for (int index = 0; index < 3; ++index)
            {
                reader.ReadString();
                switch (reader.imethod_5())
                {
                case -5:
                    this.vector3D_1.X = reader.imethod_8();
                    this.vector3D_1.Y = reader.imethod_8();
                    this.vector3D_1.Z = reader.imethod_8();
                    break;

                case -4:
                    this.vector3D_0.X = reader.imethod_8();
                    this.vector3D_0.Y = reader.imethod_8();
                    this.vector3D_0.Z = reader.imethod_8();
                    break;

                case -2:
                    this.double_0 = reader.imethod_8();
                    break;
                }
            }
        }
Exemplo n.º 24
0
        public override void imethod_0(Interface8 reader)
        {
            for (int index = 0; index < 5; ++index)
            {
                string str = reader.ReadString();
                reader.imethod_5();
                switch (str)
                {
                case "ambient factor":
                    this.double_0 = reader.imethod_8();
                    break;

                case "diffuse factor":
                    this.double_1 = reader.imethod_8();
                    break;

                case "specular factor":
                    this.double_3 = reader.imethod_8();
                    break;

                case "exponent":
                    this.double_2 = reader.imethod_8();
                    break;

                case "specular color":
                    this.point3D_0.X = reader.imethod_8();
                    this.point3D_0.Y = reader.imethod_8();
                    this.point3D_0.Z = reader.imethod_8();
                    break;
                }
            }
        }
Exemplo n.º 25
0
 protected void method_0(Interface8 reader)
 {
     this.enum3_0 = reader.FileFormatVersion < Class250.int_48 ? Class197.Enum3.const_0 : (Class197.Enum3)reader.imethod_11(Class197.string_0);
     if (this.enum3_0 == Class197.Enum3.const_0)
     {
         this.class988_0 = new Class988();
         this.class988_0.imethod_0(reader);
         this.double_0 = reader.FileFormatVersion < Class250.int_6 ? 0.0 : reader.imethod_8();
     }
     else if (this.enum3_0 == Class197.Enum3.const_1)
     {
         int length1 = reader.imethod_5();
         this.double_1 = new double[length1];
         for (int index = 0; index < length1; ++index)
         {
             this.double_1[index] = reader.imethod_8();
         }
         int length2 = reader.imethod_5();
         this.double_2 = new double[length2];
         for (int index = 0; index < length2; ++index)
         {
             this.double_2[index] = reader.imethod_8();
         }
         this.double_0 = reader.imethod_8();
         this.int_0    = reader.imethod_11(Class197.string_1);
         this.int_1    = reader.imethod_11(Class197.string_1);
         this.int_2    = reader.imethod_11(Class197.string_2);
         this.int_3    = reader.imethod_11(Class197.string_2);
     }
     else if (this.enum3_0 == Class197.Enum3.const_2)
     {
         this.class439_0 = new Class439(reader);
         this.class439_1 = new Class439(reader);
         this.int_0      = reader.imethod_11(Class197.string_1);
         this.int_1      = reader.imethod_11(Class197.string_1);
         this.int_2      = reader.imethod_11(Class197.string_2);
         this.int_3      = reader.imethod_11(Class197.string_2);
     }
     if (reader.FileFormatVersion < Class250.int_36)
     {
         return;
     }
     this.class796_0 = new Class796(reader);
     this.class796_1 = new Class796(reader);
 }
Exemplo n.º 26
0
        public override void imethod_0(Interface8 reader)
        {
            for (int index = 0; index < 3; ++index)
            {
                string str = reader.ReadString();
                reader.imethod_5();
                switch (str)
                {
                case "size":
                    this.double_0 = reader.imethod_8();
                    break;

                case "odd color":
                    this.point3D_0.X = reader.imethod_8();
                    this.point3D_0.Y = reader.imethod_8();
                    this.point3D_0.Z = reader.imethod_8();
                    break;

                case "even color":
                    this.point3D_1.X = reader.imethod_8();
                    this.point3D_1.Y = reader.imethod_8();
                    this.point3D_1.Z = reader.imethod_8();
                    break;
                }
            }
        }
Exemplo n.º 27
0
        public override void imethod_0(Interface8 reader)
        {
            if (reader.FileFormatVersion < Class250.int_48)
            {
                this.class439_0 = new Class439(reader.imethod_8(), reader.imethod_8());
                this.class439_1 = new Class439(reader.imethod_8(), reader.imethod_8());
            }
            this.class1046_0.imethod_0(reader);
            int length = reader.imethod_5();

            this.class1046_1 = new Class1046[length];
            for (int index = 0; index < length; ++index)
            {
                this.class1046_1[index] = new Class1046();
                this.class1046_1[index].imethod_0(reader);
            }
            this.method_0(reader);
        }
Exemplo n.º 28
0
 public override void imethod_0(Interface8 reader)
 {
     base.imethod_0(reader);
     this.class242_1 = Class242.smethod_0(reader);
     this.double_2   = reader.imethod_8();
     this.double_3   = reader.imethod_8();
     this.vector3D_0 = reader.imethod_19();
     if (Class250.int_34 > reader.FileFormatVersion)
     {
         this.double_4 = reader.imethod_8();
         this.double_5 = reader.imethod_8();
     }
     else
     {
         this.class1046_0.imethod_0(reader);
         this.class1046_1.imethod_0(reader);
     }
 }
Exemplo n.º 29
0
 internal override void vmethod_0(Interface8 reader)
 {
     base.vmethod_0(reader);
     this.int_2 = reader.imethod_5();
     if (this.int_2 == 0)
     {
         this.interface3_0 = (Interface3) new Class607();
         this.interface3_0.imethod_0(reader);
     }
     else
     {
         reader.imethod_0(reader.imethod_7(), (Delegate10)(entity => this.class88_0 = (Class88)entity));
         if (reader.FileFormatVersion < Class250.int_11)
         {
             return;
         }
         this.class439_0 = new Class439(reader.imethod_8(), reader.imethod_8());
     }
 }
Exemplo n.º 30
0
 public override void imethod_0(Interface8 reader)
 {
     this.class188_0 = Class188.smethod_0(reader);
     this.double_3   = reader.imethod_8();
     if (reader.FileFormatVersion < Class250.int_48)
     {
         this.class439_2 = new Class439(reader.imethod_8(), reader.imethod_8());
         this.class439_3 = new Class439(reader.imethod_8(), reader.imethod_8());
     }
     this.class690_0 = new Class686.Class690(reader);
     this.class690_1 = reader.FileFormatVersion < Class250.int_35 ? new Class686.Class690(false) : new Class686.Class690(reader);
     this.class688_1 = reader.FileFormatVersion < Class250.int_69 ? new Class686.Class688(false) : new Class686.Class688(reader);
     this.class688_2 = reader.FileFormatVersion < Class250.int_70 ? new Class686.Class688(false) : new Class686.Class688(reader);
     if (reader.FileFormatVersion < Class250.int_48)
     {
         return;
     }
     this.method_0(reader);
 }