mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 16:54:37 +03:00
18 lines
347 B
Protocol Buffer
18 lines
347 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: JEEFGJMKNKC
|
|
// CmdId: 5513
|
|
message WindFieldGalleryChallengeInfoNotify {
|
|
uint32 LMICEFBKOID = 8;
|
|
uint32 BPFKPEOHJHO = 5;
|
|
uint32 IFCFDJKPPEJ = 9;
|
|
bool is_success = 7;
|
|
uint32 DPLICOODJLA = 13;
|
|
bool is_start = 2;
|
|
uint32 PBABFGGNMDF = 3;
|
|
}
|
|
|