GC-Proto/proto/SetUpAvatarTeamReq.proto

14 lines
246 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: IOACHNLALKO
// CmdId: 1638
2022-11-06 15:30:21 +03:00
message SetUpAvatarTeamReq {
2023-02-28 06:08:38 +03:00
repeated uint64 avatar_team_guid_list = 13;
uint32 team_id = 8;
uint64 cur_avatar_guid = 11;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00