mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-09-23 05:34:19 +03:00
10 lines
182 B
Protocol Buffer
10 lines
182 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 27982
|
|
|
|
message AGKLDEKNDAC {
|
|
int32 retcode = 1;
|
|
uint32 HKLKMBMGAKE = 6;
|
|
}
|