奇遇:初始

This commit is contained in:
luying
2021-08-25 18:20:45 +08:00
parent e9441f1063
commit caaf091ff9
2 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export class FriendParams {
serverId: number;
serverName: string;
type: number = FRIEND_RELATION_TYPE.NORMAL;
guildName: string = '';
constructor(role: RoleType) {
this.roleId = role.roleId;
@@ -25,6 +26,7 @@ export class FriendParams {
this.spine = role.spine;
this.ce = role.ce;
this.title = role.title;
this.guildName = role.guildName||'';
}
setServerName(serverId: number, serverName: string) {