高价值礼物特效播放时隐藏座驾特效
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.yizhuan.xchat_android_core.gift.event;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class HideCarEffectEvent {
|
||||
private boolean isHide;
|
||||
}
|
@@ -151,4 +151,6 @@ public class InitInfo implements Serializable {
|
||||
private List<String> homeTabList;
|
||||
|
||||
private int roomBlackListSize;
|
||||
|
||||
private double hideCarEffectGiftPrice;
|
||||
}
|
||||
|
@@ -237,6 +237,9 @@ public class RoomEvent {
|
||||
|
||||
public static final int ROOM_GIFT_COMPOUND = 93;
|
||||
|
||||
public static final int ROOM_CAR_EFFECT_HIDE = 94;
|
||||
public static final int ROOM_CAR_EFFECT_SHOW = 95;
|
||||
|
||||
private int event = NONE;
|
||||
private int micPosition = Integer.MIN_VALUE;
|
||||
private int posState = -1;
|
||||
|
Reference in New Issue
Block a user