mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
20 lines
438 B
Protocol Buffer
20 lines
438 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "LPGAFDIGHDF.proto";
|
|
|
|
// Name: LLHKAHKDALN
|
|
message PlayerOfferingData {
|
|
bool is_first_interact = 6;
|
|
repeated uint32 taken_level_reward_list = 13;
|
|
map<uint32, uint32> JDBDDFJCFMK = 9;
|
|
bool is_new_max_level = 7;
|
|
uint32 offering_id = 1;
|
|
uint32 level = 12;
|
|
oneof detail {
|
|
LPGAFDIGHDF offering_pari_detail_data = 1777;
|
|
}
|
|
}
|
|
|