Exemplo n.º 1
0
 public GClass642(string string_1 = "", GClass130 gclass130_1 = null, GClass462 gclass462_1 = null, int int_3 = 0, int int_4 = 0, int int_5 = 0)
 {
     Class13.NP5bWyNzLwONS();
     this.string_0 = "";
     base..ctor();
     this.string_0 = string_1;
     if (gclass130_1 == null)
     {
         this.gclass130_0 = new GClass130(0U);
     }
     else
     {
         this.gclass130_0 = gclass130_1;
     }
     if (gclass462_1 == null)
     {
         this.gclass462_0 = new GClass462(0U);
     }
     else
     {
         this.gclass462_0 = gclass462_1;
     }
     this.int_1 = int_3;
     this.int_0 = int_4;
     this.int_2 = int_5;
 }
Exemplo n.º 2
0
 public GClass530(GClass512 gclass512_1 = null, GClass462 gclass462_1 = null)
 {
     Class13.lOBHd9Nzn7x2T();
     base..ctor();
     if (gclass512_1 == null)
     {
         this.gclass512_0 = new GClass512(0, false, false, false, 0, null);
     }
     else
     {
         this.gclass512_0 = gclass512_1;
     }
     if (gclass462_1 == null)
     {
         this.gclass462_0 = new GClass462(0, null, 0, 0, 0.0, false, null, null);
         return;
     }
     this.gclass462_0 = gclass462_1;
 }
Exemplo n.º 3
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.Id = binaryStream_0.smethod_0();
        this.Id = (this.Id << 5 | U.smethod_0(this.Id, 27));
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            this.vector_0.method_0(binaryStream_0.smethod_2());
            i++;
        }
        this.int_0    = (int)binaryStream_0.smethod_1();
        this.int_1    = (int)binaryStream_0.smethod_1();
        this.double_0 = binaryStream_0.ReadDouble();
        this.bool_0   = binaryStream_0.ReadBoolean();
        this.State    = (GClass700)GClass86.smethod_2((int)binaryStream_0.smethod_1());
        if (this.State != null)
        {
            this.State.imethod_1(binaryStream_0);
        }
        while (this.vector_1.Length > 0)
        {
            this.vector_1.method_1();
        }
        i   = 0;
        num = binaryStream_0.ReadByte();
        while (i < num)
        {
            GClass462 gclass = (GClass462)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_1.method_0(gclass);
            i++;
        }
    }