Edit still oneof
This commit is contained in:
parent
3adee97e90
commit
f19399ae55
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ message Support {
|
|||
string emoji = 1;
|
||||
string comment = 2;
|
||||
/*
|
||||
Edit edit = 1;
|
||||
oneof type {
|
||||
Edit edit = 1;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue