mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
15 lines
271 B
Protocol Buffer
15 lines
271 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 7748
|
|
// Version: 4.6.0
|
|
// Obfs: ???
|
|
message DoGachaReq {
|
|
string gachaTag = 1;
|
|
uint32 gachaScheduleId = 7;
|
|
uint32 gachaTimes = 8;
|
|
uint32 gachaRandom = 10;
|
|
uint32 gachaType = 13;
|
|
}
|