Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -25,10 +25,11 @@ option java_package = "emu.grasscutter.net.proto";
// EnetChannelId: 0
// EnetIsReliable: true
message GalleryStartNotify {
uint32 gallery_id = 13;
uint32 end_time = 6;
uint32 player_count = 11;
uint32 owner_uid = 9;
uint32 gallery_id = 13;
uint32 start_time = 5;
oneof detail {
GalleryFlowerStartParam flower_start_param = 15;
}