奇遇:初始
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user