mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 09:14:35 +03:00
14 lines
290 B
Protocol Buffer
14 lines
290 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "LuminanceStoneChallengeSettleInfo.proto";
|
|
|
|
// CmdId: 8785
|
|
// Name: FNJHPEKAFEF
|
|
message LuminanceStoneChallengeSettleNotify {
|
|
uint32 gallery_id = 1;
|
|
LuminanceStoneChallengeSettleInfo settle_info = 2;
|
|
}
|
|
|