Esempio n. 1
0
    private int imethod_1(Class268 A_0)
    {
        int num = base.method_7().Count + 1;

        base.method_7().Add(A_0);
        return(num);
    }
Esempio n. 2
0
        public static List <string> GetForeignLocaleNames()
        {
            Class268 class2 = MonoClass.smethod_15 <Class268>(TritonHs.MainAssemblyPath, "", "Localization", "GetForeignLocaleNames", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 3
0
        public static List <string> GetNonHeroCollectibleCardIds()
        {
            Class268 class2 = MonoClass.smethod_15 <Class268>(TritonHs.MainAssemblyPath, "", "GameUtils", "GetNonHeroCollectibleCardIds", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 4
0
        public List <string> BundlesToDownloadForLocale()
        {
            Class268 class2 = base.method_14 <Class268>("BundlesToDownloadForLocale", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 5
0
        public List <string> BundlesMissing()
        {
            Class268 class2 = base.method_14 <Class268>("BundlesMissing", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 6
0
        public List <string> GetSecretDefinitions()
        {
            Class268 class2 = base.method_14 <Class268>("GetSecretDefinitions", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 7
0
        public List <string> GetEntourageCardIDs()
        {
            Class268 class2 = base.method_14 <Class268>("GetEntourageCardIDs", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
        public List <string> GetPostDisenchantInvalidDeckNames()
        {
            Class268 class2 = base.method_14 <Class268>("GetPostDisenchantInvalidDeckNames", Array.Empty <object>());

            if (class2 != null)
            {
                return(class2.method_25());
            }
            return(null);
        }
Esempio n. 9
0
    internal static ShapeObject smethod_0(Class352 A_0, BinaryReader A_1, int A_2)
    {
        if (A_2 == 0)
        {
            return(null);
        }
        long      position = A_1.BaseStream.Position;
        Class1063 class4   = new Class1063();

        class4.method_2(A_1, A_2);
        if (class4.Count == 0)
        {
            return(null);
        }
        Class273 class5 = (Class273)class4.method_0(0);
        Class268 class2 = null;
        Class350 class6 = new Class350();

        for (int i = 1; i < class4.Count; i++)
        {
            if ((class4.method_0(i) != null) && (class4.method_0(i).method_3().method_8() == EscherRecordType.Bse))
            {
                class2 = (Class268)class4.method_0(i);
                if (class2 != null)
                {
                    if (((class2.method_8() == null) && (i < class4.Count)) && (class4.method_0(i + 1) is Class269))
                    {
                        class2.method_9((Class269)class4.method_0(i + 1));
                    }
                    Class268 class3 = A_0.method_5(class2.method_8().method_4());
                    if (class3 != null)
                    {
                        class2 = class3;
                    }
                    else
                    {
                        A_0.method_4(class2);
                    }
                    ((Interface36)class6).imethod_1(class2);
                }
            }
        }
        Class658    class7 = new Class658(A_0.method_14(), class6, null);
        ShapeObject obj2   = new Class931(class7).method_4(class5);

        obj2.TextWrappingStyle = TextWrappingStyle.Inline;
        return(obj2);
    }
Esempio n. 10
0
 internal void method_4(Class268 A_0)
 {
     this.hashtable_2[A_0.method_8().method_4()] = A_0;
 }
Esempio n. 11
0
 private int imethod_1(Class268 A_0)
 {
     this.arrayList_0.Add(A_0);
     return(this.arrayList_0.Count);
 }
 public abstract void Visit(Class268 c);
 public override void Visit(Class268 c) { }