Ejemplo n.º 1
0
 public void method_19(GClass250 gclass250_0)
 {
     this.Map.method_28(gclass250_0);
     if (gclass250_0.string_0.StartsWith("group_ping"))
     {
         this.Map.Hero.Group.method_0(gclass250_0);
     }
 }
Ejemplo n.º 2
0
        internal void method_0(GClass250 gclass250_0)
        {
            Vector2 value = new Vector2((float)gclass250_0.int_0, (float)gclass250_0.int_1);

            foreach (GroupManager.GroupMember groupMember in this.method_9())
            {
                if (Vector2.Distance(groupMember.Position, value) < 1200f)
                {
                    groupMember.LastPinged = DateTimeOffset.Now;
                }
            }
        }
Ejemplo n.º 3
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.string_0 = binaryStream_0.smethod_2();
        while (this.Items.Length > 0)
        {
            this.Items.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass250 gclass = (GClass250)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.Items.method_0(gclass);
            i++;
        }
    }