11 lines
164 B
Protocol Buffer
11 lines
164 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
enum FriendEnterHomeOption {
|
||
|
FriendEnterHomeOption_NeedConfirm = 0;
|
||
|
FriendEnterHomeOption_Refuse = 1;
|
||
|
FriendEnterHomeOption_Direct = 2;
|
||
|
}
|