mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update 3.6
This commit is contained in:
@@ -2,13 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "LPGAFDIGHDF.proto";
|
||||
|
||||
// Name: DPLMHBBLJDM
|
||||
// Name: LLHKAHKDALN
|
||||
message PlayerOfferingData {
|
||||
bool is_new_max_level = 1;
|
||||
repeated uint32 taken_level_reward_list = 3;
|
||||
bool is_first_interact = 14;
|
||||
uint32 level = 15;
|
||||
uint32 offering_id = 5;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user