更新协议

This commit is contained in:
hahwu 2024-11-26 14:28:35 +08:00
parent f90204e644
commit e57437bc38

View File

@ -2876,6 +2876,9 @@ message ResFriendIgnore{
}
//
message ReqFriendList{}
message ResFriendList{
repeated ResPlayerSimple FriendList = 1;
}