示例#1
0
 private Delegate0 method_0(int int_0, BigEndianReader dofusReader_0)
 {
     switch (int_0)
     {
         case -1:
             return new Delegate0(this.method_9);
         case -2:
             return new Delegate0(this.method_10);
         case -3:
             return new Delegate0(this.method_5);
         case -4:
             return new Delegate0(this.method_11);
         case -5:
             return new Delegate0(this.method_12);
         case -6:
             return new Delegate0(this.method_13);
         case -99:
             string str = dofusReader_0.ReadUTF();
             this.class17_0 = new Class17(str, dofusReader_0);
             return new Delegate0(this.method_1);
     }
     if ((int_0 > 0))
     {
         return new Delegate0(this.method_2);
     }
     return null;
 }
示例#2
0
        private Delegate0 method_0(int int_0, BigEndianReader dofusReader_0)
        {
            switch (int_0)
            {
            case -1:
                return(new Delegate0(method_9));

            case -2:
                return(new Delegate0(method_10));

            case -3:
                return(new Delegate0(method_5));

            case -4:
                return(new Delegate0(method_11));

            case -5:
                return(new Delegate0(method_12));

            case -6:
                return(new Delegate0(method_13));

            case -99:
                string str = dofusReader_0.ReadUTF();
                class17_0 = new Class17(str, dofusReader_0);
                return(new Delegate0(method_1));
            }
            if ((int_0 > 0))
            {
                return(new Delegate0(method_2));
            }
            return(null);
        }
示例#3
0
        internal void method_1(string string_1, BigEndianReader dofusReader_0)
        {
            Class17 item = new Class17(string_1, dofusReader_0);

            list_0.Add(item);
        }