Example #1
0
    private void method_0(Class703 A_0)
    {
        Class760 class2 = new Class760(0, A_0.int_14);

        for (int i = 0; i < this.class147_0.method_4(); i++)
        {
            int num2 = this.method_3(i);
            if (class2.method_0(num2))
            {
                int num3 = this.method_5(i).method_1();
                int num4 = this.method_4(num3);
                if (!class2.method_0(num4))
                {
                    this.class147_1.method_17(num3, class2.method_4() - 1);
                }
            }
        }
    }
Example #2
0
    private Class760 method_27(int A_0)
    {
        int num = base.method_3() - 1;

        if (this.method_28())
        {
            num--;
        }
        num--;
        if (A_0 > num)
        {
            return(null);
        }
        Class760 class2 = new Class760(base.method_16(A_0), base.method_16(A_0 + 1));

        if ((A_0 == num) && !this.method_28())
        {
            class2.method_5(class2.method_4() - 1);
        }
        return(class2);
    }