mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
15 lines
285 B
Protocol Buffer
15 lines
285 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PMPECEFOAEL
|
|
// CmdId: 2038
|
|
message EffigyChallengeInfoNotify {
|
|
uint32 challenge_id = 12;
|
|
uint32 difficulty_id = 11;
|
|
repeated uint32 condition_id_list = 15;
|
|
uint32 challenge_score = 4;
|
|
}
|
|
|