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