GC-Proto/proto/DeleteFriendRsp.proto

9 lines
204 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 04:48:06 +03:00
// CmdId: 9192,23108,5432,4789,29028,23875,22728?
// Obf: ?
2022-11-06 15:30:21 +03:00
message DeleteFriendRsp {
2024-08-21 04:48:06 +03:00
uint32 target_uid = 13;
int32 retcode = 12;
2022-11-06 15:30:21 +03:00
}