Example #1
0
 public EntityBaseEntityCall_AvatarBase(Int32 eid, string ename) : base(eid, ename)
 {
     compMatchAvatar = new EntityBaseEntityCall_MatchAvatarBase(17, id);
     component1      = new EntityBaseEntityCall_FrameSyncReportBase(8, id);
     component2      = new EntityBaseEntityCall_OperationBase(11, id);
     component3      = new EntityBaseEntityCall_ChatBase(15, id);
     type            = ENTITYCALL_TYPE.ENTITYCALL_TYPE_BASE;
 }
Example #2
0
 public override void createFromStream(MemoryStream stream)
 {
     base.createFromStream(stream);
     baseEntityCall = new EntityBaseEntityCall_MatchAvatarBase(entityComponentPropertyID, ownerID);
     cellEntityCall = new EntityCellEntityCall_MatchAvatarBase(entityComponentPropertyID, ownerID);
 }