Skip to content

Commit

Permalink
added proto PBElements type
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman committed Feb 26, 2022
1 parent 07e16cf commit 00db487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stravaganza.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ message PBElement {
repeated PBElement elements = 3;
string text = 4;
}

message PBElements {
repeated PBElement elements = 1;
}

0 comments on commit 00db487

Please sign in to comment.