高价值礼物特效播放时隐藏座驾特效

This commit is contained in:
huangjian
2022-08-09 16:53:53 +08:00
parent 5968eaac62
commit 0f5d6a20cc
5 changed files with 55 additions and 10 deletions

View File

@@ -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;
}

View File

@@ -151,4 +151,6 @@ public class InitInfo implements Serializable {
private List<String> homeTabList;
private int roomBlackListSize;
private double hideCarEffectGiftPrice;
}

View File

@@ -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;