mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
356 B
Protocol Buffer
17 lines
356 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GachaTransferItem.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// Name: IPHELIAGHGJ
|
|
message GachaItem {
|
|
ItemParam gacha_item = 13;
|
|
repeated GachaTransferItem transfer_items = 3;
|
|
repeated ItemParam token_item_list = 9;
|
|
bool DKPCGKMJNMC = 1;
|
|
bool HBJJJDGGBCN = 11;
|
|
}
|
|
|