NahidaImpact/NahidaImpact.Protocol/SetUpAvatarTeamReq.proto

8 lines
150 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message SetUpAvatarTeamReq {
uint32 team_id = 4;
repeated uint64 avatar_team_guid_list = 11;
uint64 cur_avatar_guid = 15;
}