GC-Proto/proto/GachaWishReq.proto
2024-05-30 15:23:06 +08:00

13 lines
220 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 22716
// Version: 4.6.0
// Obfs: ???
message GachaWishReq {
uint32 gachaType = 10;
uint32 item_id = 11;
uint32 gachaScheduleId = 14;
}