1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-17 18:39:26 +03:00
GC-Proto/proto/GadgetCrucibleInfo.proto
2024-05-22 19:51:09 +08:00

8 lines
175 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Obf: LMEGMGDKNJL
message GadgetCrucibleInfo {
uint32 mp_play_id = 1;
uint32 prepare_end_time = 2;
}