GC-Proto/proto/DealAddFriendResultType.proto
2023-01-28 22:00:48 +08:00

9 lines
137 B
Protocol Buffer

syntax = "proto3";
enum DealAddFriendResultType {
DEAL_ADD_FRIEND_RESULT_TYPE_REJECT = 0;
DEAL_ADD_FRIEND_RESULT_TYPE_ACCEPT = 1;
}