NahidaImpact/NahidaImpact.Protocol/DealAddFriendResultType.proto
2024-01-04 16:48:39 +03:00

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;
}