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; }
public override void createFromStream(MemoryStream stream) { base.createFromStream(stream); baseEntityCall = new EntityBaseEntityCall_FrameSyncReportBase(entityComponentPropertyID, ownerID); cellEntityCall = new EntityCellEntityCall_FrameSyncReportBase(entityComponentPropertyID, ownerID); }
public EntityCellEntityCall_AvatarBase(Int32 eid, string ename) : base(eid, ename) { componentFrameSync = new EntityCellEntityCall_FrameSyncReportBase(17, id); type = ENTITYCALL_TYPE.ENTITYCALL_TYPE_CELL; }