mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -16,24 +16,26 @@
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "ItemParam.proto";
|
||||
import "LABBALOFHKB.proto";
|
||||
import "BEHIKOPKKHE.proto";
|
||||
import "GCGEndReason.proto";
|
||||
import "EOIJDJGCEBA.proto";
|
||||
import "CKGOHJGMCCG.proto";
|
||||
// CmdId: 7359
|
||||
// Obf: MHAEEPPGNLN
|
||||
import "ItemParam.proto";
|
||||
import "PveActivitySettle.proto";
|
||||
import "ArenaSettle.proto";
|
||||
import "PveInfiniteActivitySettle.proto";
|
||||
// CmdId: 20008
|
||||
// Obf: DPPGFGEPJLI
|
||||
message GCGSettleNotify {
|
||||
bool is_win = 5;
|
||||
uint32 CLFLBPJPBJB = 4;
|
||||
BEHIKOPKKHE JOENIKOCBAL = 3;
|
||||
repeated uint32 AGEDBLBGONB = 2;
|
||||
repeated uint32 finished_challenge_id_list = 9;
|
||||
bool is_win = 4;
|
||||
uint32 win_controller_id = 6;
|
||||
repeated ItemParam reward_item_list = 1;
|
||||
uint32 OPGBGHPHELB = 11;
|
||||
repeated uint32 CGOPKBDOOFH = 14;
|
||||
LABBALOFHKB LNPHMHEEEOL = 12;
|
||||
GCGEndReason reason = 13;
|
||||
oneof JJMHHOHBMNP {
|
||||
EOIJDJGCEBA DODGJCLOEGH = 739;
|
||||
CKGOHJGMCCG GKPBPPIGNKI = 482;
|
||||
GCGEndReason reason = 7;
|
||||
uint32 win_controller_id = 12;
|
||||
repeated ItemParam reward_item_list = 10;
|
||||
oneof BGJHFJJEOFJ {
|
||||
PveActivitySettle pve_activity_settle = 1224;
|
||||
ArenaSettle arena_settle = 1787;
|
||||
PveInfiniteActivitySettle pve_infinite_activity_settle = 113;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user