GC-Proto/proto/DoGachaReq.proto

15 lines
271 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-29 15:56:24 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-04-22 15:15:37 +03:00
2024-05-29 15:56:24 +03:00
// CmdId: 7748
// Version: 4.6.0
// Obfs: ???
2022-11-06 15:30:21 +03:00
message DoGachaReq {
2024-05-29 15:56:24 +03:00
string gachaTag = 1;
uint32 gachaScheduleId = 7;
uint32 gachaTimes = 8;
uint32 gachaRandom = 10;
uint32 gachaType = 13;
2022-11-06 15:30:21 +03:00
}