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

8 lines
147 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 22779
message SetPlayerNameReq {
string nick_name = 3;
}