Melon 3.5

This commit is contained in:
Akbar Yahya
2023-02-28 09:12:44 +08:00
parent 5d7ca8d079
commit fae00a4f6d
3975 changed files with 26831 additions and 77729 deletions

View File

@@ -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;
}