Adding protocol buffers to the project with Typescript support
This commit is contained in:
parent
1ccbea30e4
commit
2e8fa8d676
5 changed files with 24 additions and 3 deletions
6
back/src/proto/messages.proto
Normal file
6
back/src/proto/messages.proto
Normal file
|
@ -0,0 +1,6 @@
|
|||
syntax = "proto3";
|
||||
|
||||
message SetPlayerDetailsMessage {
|
||||
string name = 1;
|
||||
repeated string characterLayers = 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue