Adding protocol buffers to the project with Typescript support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message SetPlayerDetailsMessage {
|
||||
string name = 1;
|
||||
repeated string characterLayers = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user