GC-Proto/proto/ChangeTeamNameRsp.proto

14 lines
213 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FIBMNIJEMKD
// CmdId: 1664
message ChangeTeamNameRsp {
string team_name = 2;
int32 team_id = 9;
int32 retcode = 10;
}