仿热血江湖NpcClass群攻查找范围Npc

  public List method_13(int int_11)
        {
            if (GClass4.int_31 == 1)
            {
                Form1.smethod_1(0, "NpcClass_群攻查找范围Npc2");
            }
            try
            {
                List list = new List();
                int num2 = 0;
                foreach (NpcClass class2 in GClass47.smethod_1(this.Rxjh_Map).Values)
                {
                    if ((!class2.Boolean_0 && (class2.IsNpc == 0)) && (this.method_32(0x19, class2) && (class2.int_1 != this.int_1)))
                    {
                        list.Add(class2);
                        if (num2 >= int_11)
                        {
                            break;
                        }
                 

你可能感兴趣的:(C++仿游戏热血江湖,java,c++,数据结构)