航海完成了
This commit is contained in:
@@ -66,6 +66,8 @@ typedef NS_ENUM(NSUInteger, CustomMessageType) {
|
||||
CustomMessageType_First_Recharge_Reward = 76,
|
||||
///访客记录
|
||||
CustomMessageType_First_VisitorRecord = 78,
|
||||
///航海
|
||||
CustomMessageType_Room_Sailing = 81,
|
||||
///跨房PK
|
||||
CustomMessageType_Across_Room_PK = 83,
|
||||
///贵族VIP
|
||||
@@ -354,6 +356,20 @@ typedef NS_ENUM(NSUInteger, CustomMessageSubVisitorRecord) {
|
||||
Custom_Message_Sub_Visitor_Record = 781,
|
||||
};
|
||||
|
||||
///first == CustomMessageType_Room_Sailing
|
||||
typedef NS_ENUM(NSInteger, CustomMessageSubSailing) {
|
||||
//自己可见 一级礼物(最小)
|
||||
Custom_Message_Sub_Sailing_Me = 811,
|
||||
//当前房间可见 二级礼物
|
||||
Custom_Message_Sub_Sailing_InRoom = 812,
|
||||
//所有房间可见 三级礼物
|
||||
Custom_Message_Sub_Sailing_AllRoom = 813,
|
||||
//所有房间可见+小秘书 四级礼物(最大)
|
||||
Custom_Message_Sub_Sailing_AllRoom_Notify = 814,
|
||||
//开箱子开到全麦送 (服务端发)
|
||||
Custom_Message_Sub_Sailing_InRoom_NeedAllMicSend = 815,
|
||||
};
|
||||
|
||||
///first = CustomMessageType_Across_Room_PK
|
||||
typedef NS_ENUM(NSUInteger, CustomMessageSubAcrossRoomPK) {
|
||||
/// 收到跨房PK邀请
|
||||
|
Reference in New Issue
Block a user