mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 00:26:06 +03:00
16 lines
284 B
Protocol Buffer
16 lines
284 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: KECDCNCPKIO
|
|
message KECDCNCPKIO {
|
|
uint32 level_id = 9;
|
|
uint32 cost_time = 8;
|
|
bool is_new_record = 7;
|
|
uint32 FCPEHFBPLAM = 3;
|
|
uint32 KAOLADNKIDE = 15;
|
|
uint32 NBAIOEKMHJN = 11;
|
|
}
|
|
|