Selaa lähdekoodia

add notification type=5

ja0ck5 6 vuotta sitten
vanhempi
commit
3f1098d8e2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      protobuf/message.proto

+ 1 - 1
protobuf/message.proto

@@ -26,7 +26,7 @@ message Message {
 
     DataMessage dataMessage = 2;
 
-    // Enum nType {1: 普通通知;2: 好友列表通知; 3: 艺人列表通知,4:用户家园建筑列表通知}
+    // Enum nType {1: 普通通知;2: 好友列表通知; 3: 艺人列表通知,4:用户家园建筑列表通知,5:任务大厅通知}
     message NotificationMessage {
         int32 nType = 1;
     }