NahidaImpact/NahidaImpact.Protocol/SetPlayerNameReq.proto
2024-01-04 16:48:39 +03:00

5 lines
No EOL
73 B
Protocol Buffer

syntax = "proto3";
message SetPlayerNameReq {
string nick_name = 10;
}