mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
15 lines
270 B
Protocol Buffer
15 lines
270 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 5709
|
|
// Name: DEIEAFAHEDG
|
|
message NormalUidOpNotify {
|
|
uint32 param_index = 6;
|
|
repeated uint32 param_uid_list = 10;
|
|
repeated uint32 param_list = 2;
|
|
uint32 duration = 7;
|
|
}
|
|
|