Adding first protobuf message exchange

This commit is contained in:
David Négrier 2020-09-17 17:14:47 +02:00
parent 9dd3d4bac8
commit 4b55b54a07
16 changed files with 3185 additions and 14 deletions

View file

@ -1,4 +0,0 @@
export interface SetPlayerDetailsMessage {
name: string,
characterLayers: string[]
}