1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 17:16:08 +03:00
GC-Proto/proto/GachaOpenWishNotify.proto
2023-04-15 23:14:00 +08:00

13 lines
201 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1541
// Name: EHEPDPEIEHP
message GachaOpenWishNotify {
uint32 gachaScheduleId = 14;
uint32 gachaType = 2;
}