mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,15 +15,12 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "DealAddFriendResultType.proto";
|
||||
// CmdId: 4035
|
||||
// Obf: KFFFGHCHFCP
|
||||
// CmdId: 9178
|
||||
// Obf: BCEPNMLPFLB
|
||||
message DealAddFriendRsp {
|
||||
DealAddFriendResultType deal_add_friend_result = 6;
|
||||
int32 retcode = 7;
|
||||
uint32 target_uid = 10;
|
||||
int32 retcode = 6;
|
||||
uint32 target_uid = 12;
|
||||
DealAddFriendResultType deal_add_friend_result = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user