1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-16 14:06:07 +03:00
GC-Proto/proto/ChangeTeamNameRsp.proto
2024-05-22 19:51:09 +08:00

10 lines
188 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 1674
message ChangeTeamNameRsp {
int32 team_id = 4;
int32 retcode = 5;
string team_name = 12;
}