mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,16 +19,21 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 5526
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message WindFieldGalleryInfoNotify {
|
||||
uint32 show_id = 3;
|
||||
uint32 killed_monster_num = 7;
|
||||
uint32 coin_num = 9;
|
||||
uint32 challenge_ball_max_count = 1;
|
||||
uint32 challenge_total_time = 5;
|
||||
uint32 challenge_ball_cur_count = 10;
|
||||
uint32 challenge_timestamp = 4;
|
||||
uint32 element_ball_num = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 5572;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 Unk3300_GNJKOCLJFNM = 6;
|
||||
uint32 Unk3300_NBIBKFKOCFK = 15;
|
||||
uint32 Unk3300_OJHJPBCAONA = 7;
|
||||
uint32 Unk3300_EKMHMHJDHIL = 14;
|
||||
uint32 Unk3300_MMONPDMIEBN = 13;
|
||||
uint32 Unk3300_FFODAKMKGEK = 9;
|
||||
uint32 Unk3300_GNKCFHMDOHJ = 4;
|
||||
uint32 Unk3300_GLNHBJJJINK = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user