implemented feedback
This commit is contained in:
parent
7c6b73efdb
commit
e5a196a42b
9 changed files with 31 additions and 35 deletions
|
@ -36,7 +36,7 @@ message CharacterLayerMessage {
|
|||
string name = 2;
|
||||
}
|
||||
|
||||
message Companion {
|
||||
message CompanionMessage {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
|
@ -145,7 +145,7 @@ message UserJoinedMessage {
|
|||
string name = 2;
|
||||
repeated CharacterLayerMessage characterLayers = 3;
|
||||
PositionMessage position = 4;
|
||||
Companion companion = 5;
|
||||
CompanionMessage companion = 5;
|
||||
}
|
||||
|
||||
message UserLeftMessage {
|
||||
|
@ -256,7 +256,7 @@ message JoinRoomMessage {
|
|||
string roomId = 5;
|
||||
repeated string tag = 6;
|
||||
string IPAddress = 7;
|
||||
Companion companion = 8;
|
||||
CompanionMessage companion = 8;
|
||||
}
|
||||
|
||||
message UserJoinedZoneMessage {
|
||||
|
@ -265,7 +265,7 @@ message UserJoinedZoneMessage {
|
|||
repeated CharacterLayerMessage characterLayers = 3;
|
||||
PositionMessage position = 4;
|
||||
Zone fromZone = 5;
|
||||
Companion companion = 6;
|
||||
CompanionMessage companion = 6;
|
||||
}
|
||||
|
||||
message UserLeftZoneMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue