Exemplo n.º 1
0
 public EntityCellEntityCall_AvatarBase(Int32 eid, string ename) : base(eid, ename)
 {
     compMatchAvatar = new EntityCellEntityCall_MatchAvatarBase(17, id);
     component1      = new EntityCellEntityCall_FrameSyncReportBase(8, id);
     component2      = new EntityCellEntityCall_OperationBase(11, id);
     component3      = new EntityCellEntityCall_ChatBase(15, id);
     type            = ENTITYCALL_TYPE.ENTITYCALL_TYPE_CELL;
 }
Exemplo n.º 2
0
 public override void createFromStream(MemoryStream stream)
 {
     base.createFromStream(stream);
     baseEntityCall = new EntityBaseEntityCall_MatchAvatarBase(entityComponentPropertyID, ownerID);
     cellEntityCall = new EntityCellEntityCall_MatchAvatarBase(entityComponentPropertyID, ownerID);
 }