Example #1
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass724 gclass = (GClass724)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
    }
Example #2
0
 public GClass565(int int_12 = 0, int int_13 = 0, string string_1 = "", bool bool_2 = false, int int_14 = 0, int int_15 = 0, int int_16 = 0, int int_17 = 0, int int_18 = 0, int int_19 = 0, int int_20 = 0, int int_21 = 0, int int_22 = 0, int int_23 = 0, GClass724 gclass724_1 = null, bool bool_3 = false)
 {
     Class13.NP5bWyNzLwONS();
     this.string_0 = "";
     base..ctor();
     this.int_9    = int_12;
     this.int_7    = int_13;
     this.string_0 = string_1;
     this.bool_0   = bool_2;
     this.int_11   = int_14;
     this.int_6    = int_15;
     this.int_0    = int_16;
     this.int_2    = int_17;
     this.int_10   = int_18;
     this.int_8    = int_19;
     this.int_3    = int_20;
     this.int_1    = int_21;
     this.int_4    = int_22;
     this.int_5    = int_23;
     if (gclass724_1 == null)
     {
         this.gclass724_0 = new GClass724(null);
     }
     else
     {
         this.gclass724_0 = gclass724_1;
     }
     this.bool_1 = bool_3;
 }
Example #3
0
 public GClass631(int int_1 = 0, double double_1 = 0.0, double double_2 = 0.0, string string_2 = "", string string_3 = "", GClass724 gclass724_0 = null, bool bool_1 = false)
 {
     Class13.NP5bWyNzLwONS();
     this.string_0 = "";
     this.string_1 = "";
     base..ctor();
     this.int_0      = int_1;
     this.hcaXxhkecO = double_1;
     this.double_0   = double_2;
     this.string_1   = string_2;
     this.string_0   = string_3;
     if (gclass724_0 == null)
     {
         this.State = new GClass724(null);
     }
     else
     {
         this.State = gclass724_0;
     }
     this.bool_0 = bool_1;
 }