GC-Proto/proto/GachaInfo.proto

37 lines
938 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "GachaUpInfo.proto";
2023-04-11 06:14:48 +03:00
// Name: INCDGNIDDAE
2022-11-06 15:30:21 +03:00
message GachaInfo {
2023-04-11 06:14:48 +03:00
uint32 FBILBJNNIKE = 578;
uint32 BIPHOPJBNHC = 9;
uint32 FBIDPNFLBJL = 7;
string OMGFPIJPPGH = 3;
uint32 PELOHDIKFAM = 316;
uint32 begin_time = 1;
uint32 DINELKJLAPI = 4;
uint32 end_time = 10;
uint32 JICLMBKMGCG = 12;
string PEFGGCAMAJE = 908;
uint32 OKKJEHDBIHK = 11;
uint32 schedule_id = 13;
uint32 KKDFKKEMEBA = 2003;
string JAHGGIJLMCD = 883;
string FGLBHLDAFAM = 15;
repeated GachaUpInfo gacha_up_info_list = 771;
string LAMBGJLFDCN = 8;
string AMGOIFHFKIE = 1371;
repeated uint32 LANKFGHJJEB = 793;
bool is_new_wish = 1748;
uint32 AOLMBNPLFEO = 6;
uint32 DKCIEKFPMCG = 5;
uint32 EAGFIDHCDPD = 14;
uint32 KDFPKENAIOJ = 1986;
repeated uint32 LIBFHKDFHLG = 565;
string DACBIMFIOFO = 2;
2022-12-12 12:47:14 +03:00
}
2023-02-28 04:12:44 +03:00