More unkname oneof

This commit is contained in:
Akbar Yahya
2023-01-29 11:17:24 +08:00
parent 9c154ea726
commit 73d5fa37dd
15 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import "AbilityScalarType.proto";
message AbilityScalarValueEntry {
AbilityString key = 1;
AbilityScalarType valueType = 2;
oneof FOOIPEBDMGK {
oneof value {
float float_value = 3;
string string_value = 4;
int32 int_value = 5;