Example #1
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.Id = binaryStream_0.smethod_0();
        this.Id = (this.Id << 15 | U.smethod_0(this.Id, 17));
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass291 gclass = (GClass291)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
        this.gclass512_0 = (GClass512)GClass86.smethod_2((int)binaryStream_0.smethod_1());
        if (this.gclass512_0 != null)
        {
            this.gclass512_0.imethod_1(binaryStream_0);
        }
        while (this.vector_1.Length > 0)
        {
            this.vector_1.method_1();
        }
        i   = 0;
        num = binaryStream_0.ReadByte();
        while (i < num)
        {
            GClass599 gclass2 = (GClass599)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass2.imethod_1(binaryStream_0);
            this.vector_1.method_0(gclass2);
            i++;
        }
        while (this.vector_2.Length > 0)
        {
            this.vector_2.method_1();
        }
        i   = 0;
        num = binaryStream_0.ReadByte();
        while (i < num)
        {
            GClass752 gclass3 = (GClass752)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass3.imethod_1(binaryStream_0);
            this.vector_2.method_0(gclass3);
            i++;
        }
        this.string_0 = binaryStream_0.smethod_2();
        this.string_1 = binaryStream_0.smethod_2();
    }
Example #2
0
 public GClass716(int int_4 = 0, int int_5 = 0, int int_6 = 0, int int_7 = 0, Vector <GClass291> vector_2 = null, GClass752 gclass752_1 = null, GClass469 gclass469_1 = null, Vector <GClass511> vector_3 = null, string string_2 = "", string string_3 = "")
 {
     Class13.lOBHd9Nzn7x2T();
     this.string_0 = "";
     this.string_1 = "";
     base..ctor();
     this.int_0 = int_4;
     this.int_1 = int_5;
     this.int_2 = int_6;
     this.int_3 = int_7;
     if (vector_2 == null)
     {
         this.vector_0 = new Vector <GClass291>();
     }
     else
     {
         this.vector_0 = vector_2;
     }
     if (gclass752_1 == null)
     {
         this.gclass752_0 = new GClass752(0);
     }
     else
     {
         this.gclass752_0 = gclass752_1;
     }
     if (gclass469_1 == null)
     {
         this.gclass469_0 = new GClass469(0);
     }
     else
     {
         this.gclass469_0 = gclass469_1;
     }
     if (vector_3 == null)
     {
         this.vector_1 = new Vector <GClass511>();
     }
     else
     {
         this.vector_1 = vector_3;
     }
     this.string_0 = string_2;
     this.string_1 = string_3;
 }