mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Melon 3.5
This commit is contained in:
@@ -3,12 +3,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: DPLMHBBLJDM
|
||||
message PlayerOfferingData {
|
||||
bool isNewMaxLevel = 11;
|
||||
uint32 offeringId = 8;
|
||||
bool isFirstInteract = 4;
|
||||
repeated uint32 takenLevelRewardList = 7;
|
||||
uint32 level = 1;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user