mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
8 lines
198 B
Protocol Buffer
8 lines
198 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// CmdId: 26120,24013,25241,29109,20663,20514,3607,27447,9316
|
|
// Obf: ?
|
|
message DeleteFriendNotify {
|
|
uint32 target_uid = 15;
|
|
}
|