2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2024-05-30 10:23:06 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-05-30 10:23:06 +03:00
|
|
|
|
|
|
|
// CmdId: 384
|
|
|
|
// Version: 4.6.0
|
|
|
|
// Obfs: ???
|
2022-11-06 15:30:21 +03:00
|
|
|
message GachaWishRsp {
|
2024-05-30 10:23:06 +03:00
|
|
|
uint32 wish_item_id = 4;
|
|
|
|
uint32 gachaScheduleId = 5;
|
|
|
|
uint32 wish_max_progress = 7;
|
|
|
|
uint32 wish_progress = 8;
|
|
|
|
uint32 gachaType = 13;
|
|
|
|
int32 retcode = 14;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|