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

@@ -11,7 +11,7 @@ message GadgetPlayInfo {
uint32 startCd = 4;
uint32 startTime = 5;
uint32 progress = 6;
oneof IAFCHJBAJFA {
oneof play_info {
CrucibleInfo crucible_info = 21;
}
}