7 lines
114 B
Protocol Buffer
7 lines
114 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message SetPlayerDetailsMessage {
|
|
string name = 1;
|
|
repeated string characterLayers = 2;
|
|
}
|