mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
More unkname oneof
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user