7 lines
155 B
Protocol Buffer
7 lines
155 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: AIMELHBOBLC
|
|
enum DealAddFriendResultType {
|
|
DEAL_ADD_FRIEND_RESULT_TYPE_REJECT = 0;
|
|
DEAL_ADD_FRIEND_RESULT_TYPE_ACCEPT = 1;
|
|
}
|