pk房完成,剩余禁止对方麦未完成
拍卖房完成 点歌房完成,音乐播放需要测试
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.qxcm.moduleutil.event;
|
||||
|
||||
public class UserInfoShowEvent {
|
||||
public String roomId;
|
||||
public String userId;
|
||||
|
||||
public UserInfoShowEvent(String roomId, String userId) {
|
||||
this.roomId = roomId;
|
||||
this.userId = userId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user