横幅文字颜色调整
This commit is contained in:
@@ -6,6 +6,9 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class LuckyBagNoticeInfo implements Serializable {
|
||||
private String flashMsg;
|
||||
private long roomUid;
|
||||
private long uid;
|
||||
private String nick;
|
||||
private String luckyBagName;
|
||||
private String giftName;
|
||||
}
|
||||
|
@@ -193,7 +193,7 @@ public class RoomEvent {
|
||||
public static final int RECEIVE_ALL_MIC_LUCKY_GIFT = 64;
|
||||
|
||||
public static final int RECEIVE_RED_PACKAGE = 63;
|
||||
|
||||
|
||||
private int event = NONE;
|
||||
private int micPosition = Integer.MIN_VALUE;
|
||||
private int posState = -1;
|
||||
|
Reference in New Issue
Block a user