mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 16:54:37 +03:00
15 lines
279 B
Protocol Buffer
15 lines
279 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: CAEIOKCNHNF
|
|
// CmdId: 8032
|
|
message SpiceActivityFinishMakeSpiceReq {
|
|
uint32 stage_id = 12;
|
|
bool is_success = 8;
|
|
repeated uint32 left_material_id_list = 1;
|
|
uint32 left_turns = 7;
|
|
}
|
|
|