GC-Proto/proto/DeleteFriendReq.proto

8 lines
158 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 00:45:19 +03:00
// CmdId: 26120
// Obf: BPDICGMOACG
2022-11-06 15:30:21 +03:00
message DeleteFriendReq {
2024-08-21 00:45:19 +03:00
uint32 target_uid = 4;
2022-11-06 15:30:21 +03:00
}