GC-Proto/proto/ChangeTeamNameReq.proto
2024-05-22 19:51:09 +08:00

9 lines
168 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 5863
message ChangeTeamNameReq {
int32 team_id = 3;
string team_name = 10;
}