GC-Proto/proto/TowerTeam.proto
2024-07-05 05:44:58 +08:00

9 lines
168 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message TowerTeam {
uint32 tower_team_id = 5;
repeated uint64 avatar_guid_list = 6;
}