コード例 #1
0
ファイル: GClass189.cs プロジェクト: sembol2005/DOPE-Source
 public GClass189(int int_1 = 0, GClass190 gclass190_1 = null, GClass332 gclass332_1 = null)
 {
     Class13.NP5bWyNzLwONS();
     base..ctor();
     this.int_0 = int_1;
     if (gclass190_1 == null)
     {
         this.gclass190_0 = new GClass190(0.0, 0.0);
     }
     else
     {
         this.gclass190_0 = gclass190_1;
     }
     if (gclass332_1 == null)
     {
         this.gclass332_0 = new GClass332(null, null);
         return;
     }
     this.gclass332_0 = gclass332_1;
 }
コード例 #2
0
ファイル: GClass241.cs プロジェクト: browser1989/DOPE-Source
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.string_0 = binaryStream_0.smethod_2();
        this.int_0    = binaryStream_0.smethod_0();
        this.int_0    = (this.int_0 << 8 | U.smethod_0(this.int_0, 24));
        this.double_0 = binaryStream_0.ReadDouble();
        this.double_1 = binaryStream_0.ReadDouble();
        this.double_2 = binaryStream_0.ReadDouble();
        this.bool_0   = binaryStream_0.ReadBoolean();
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass332 gclass = (GClass332)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
    }