GC-Proto/proto/DeleteFriendNotify.proto

8 lines
198 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-21 16:28:43 +03:00
// CmdId: 26120,24013,25241,29109,20663,20514,3607,27447,9316
// Obf: ?
2022-11-06 15:30:21 +03:00
message DeleteFriendNotify {
2023-08-17 14:18:58 +03:00
uint32 target_uid = 15;
2022-11-06 15:30:21 +03:00
}