GC-Proto/proto/GachaWishRsp.proto

17 lines
381 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: KCCCENPGEHL
// CmdId: 1534
2022-11-06 15:30:21 +03:00
message GachaWishRsp {
2023-03-02 20:40:45 +03:00
uint32 wishMaxProgress = 3; // DNGKJJJHNEN
uint32 wishProgress = 10; // DGIFMDIADJF
uint32 gachaType = 8; // KJHBJPGBOFP
uint32 gachaScheduleId = 5; // NMKGGDOKHLF
2023-02-28 06:08:38 +03:00
int32 retcode = 13;
2023-03-02 20:40:45 +03:00
uint32 wishItemId = 9; // LJJKNKCHHFM
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00