NahidaImpact/NahidaImpact.Protocol/SetPlayerNameReq.proto

5 lines
73 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message SetPlayerNameReq {
string nick_name = 10;
}