コード例 #1
0
ファイル: GClass234.cs プロジェクト: browser1989/DOPE-Source
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.string_0 = binaryStream_0.smethod_2();
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass420 gclass = (GClass420)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
        while (this.vector_1.Length > 0)
        {
            this.vector_1.method_1();
        }
        i   = 0;
        num = binaryStream_0.ReadByte();
        while (i < num)
        {
            GClass249 gclass2 = (GClass249)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass2.imethod_1(binaryStream_0);
            this.vector_1.method_0(gclass2);
            i++;
        }
    }
コード例 #2
0
ファイル: GClass116.cs プロジェクト: sembol2005/DOPE-Source
 public void method_4(GClass249 gclass249_0)
 {
     this.Map.method_25(gclass249_0);
 }