Exemplo n.º 1
0
    public virtual void HrqIugnatr8(BinaryStream binaryStream_0)
    {
        this.int_0 = binaryStream_0.smethod_0();
        this.int_0 = (this.int_0 << 10 | U.smethod_0(this.int_0, 22));
        this.Mode  = (GClass86.smethod_2((int)binaryStream_0.smethod_1()) as GClass197);
        this.Mode.HrqIugnatr8(binaryStream_0);
        this.Id    = binaryStream_0.smethod_0();
        this.Id    = (this.Id << 8 | U.smethod_0(this.Id, 24));
        this.int_1 = binaryStream_0.smethod_0();
        this.int_1 = (U.smethod_0(this.int_1, 1) | this.int_1 << 31);
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int  num  = 0;
        uint num2 = (uint)binaryStream_0.smethod_0();

        while ((long)num < (long)((ulong)num2))
        {
            GClass195 gclass = GClass86.smethod_2((int)binaryStream_0.smethod_1()) as GClass195;
            gclass.HrqIugnatr8(binaryStream_0);
            this.vector_0.method_0(gclass);
            num++;
        }
    }
Exemplo n.º 2
0
 public void method_3(GClass195 gclass195_0)
 {
     GroupManager.GroupMember groupMember;
     if (!this.Members.TryGetValue(gclass195_0.Id, out groupMember))
     {
         groupMember = (this.Members[gclass195_0.Id] = new GroupManager.GroupMember());
     }
     groupMember.method_1(gclass195_0);
     this.method_1();
 }
Exemplo n.º 3
0
 public GroupInvite(GClass195 gclass195_0, bool bool_0)
 {
     Class13.lOBHd9Nzn7x2T();
     base..ctor();
     this.FromId   = gclass195_0.FromId;
     this.FromName = gclass195_0.FromName;
     this.ToId     = gclass195_0.int_0;
     this.ToName   = gclass195_0.string_0;
     this.ToMe     = bool_0;
 }
Exemplo n.º 4
0
 public void method_1(GClass195 gclass195_0)
 {
     this.Clear();
     this.IsInitialized = true;
     this.method_4(gclass195_0.gclass205_0);
     this.Id   = gclass195_0.Id;
     this.Name = gclass195_0.Name;
     this.method_5(gclass195_0.gclass206_0);
     this.IsCloaked = gclass195_0.bool_2;
     this.IsActive  = !gclass195_0.bool_0;
     this.method_6(gclass195_0.gclass202_0);
 }
Exemplo n.º 5
0
        public void method_3(GClass195 gclass195_0)
        {
            this.Invites[gclass195_0.FromId] = new GroupManager.GroupInvite(gclass195_0, gclass195_0.int_0 == this.Hero.Id);
            this.method_2();
            EventHandler <GClass195> inviteAdded = this.InviteAdded;

            if (inviteAdded == null)
            {
                return;
            }
            inviteAdded(this, gclass195_0);
        }
Exemplo n.º 6
0
 public void method_0(GClass195 gclass195_0)
 {
     this.Group.method_3(gclass195_0);
 }