协议增加:请求排行榜数据
This commit is contained in:
@@ -23,7 +23,7 @@ export class GirlChatData extends BaseData {
|
||||
this.id = 0;
|
||||
this.chatTotalCount = 0;
|
||||
this.chatRemainCount = 0;
|
||||
this.chatRecord = new Map<string, proto.cs.IChatMsg>(),
|
||||
this.chatRecord = new Map<string, proto.cs.IChatMsg>();
|
||||
this.chatRecordIds = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user